I am trying to use android.provider.Settings.System.getInt and putInt
to enable and disable bluetooth and enable/disable wifi as follows
android.provider.Settings.System.putInt(getContentResolver(),
android.provider.Settings.System.BLUETOOTH_ON,
enable);android.provider.Settings.System.putInt(getContentResolver(),
android.provider.Settings.System.WIFI_ON, enable);
However this does not seem to be working, does anyone have some advice
on how I should do this.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to