Hi efontana,

Thank you very much for your response.  I made the changes but now I need to
set onActivityResult to override StartActivityForResult and cant quite
figure that out.  I can view the Hierarchy but how to I edit it?  Here is my
current code:
        private void enableBluetooth()
        {

            Intent enableBTIntent = new
Intent(BluetoothAdapter.ActionRequestEnable);
            StartActivityForResult(enableBTIntent, REQUEST_ENABLE_BT);

        }
        protected override void onActivityResult(int requestCode,
Android.App.Result resultCode, Intent data)
        {
            //Check Activity Result and continue

        }

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Activity-Result-tp4877124p4877255.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to