Re: [android-developers] Disabling wifi, GPS, Bluetooth, and celluar in an app

2012-08-16 Thread Jose_GD
Then your answer should be "How do I put a phone in airplane mode programatically?" El jueves, 16 de agosto de 2012 03:26:15 UTC-3, Jason Hsu escribió: > > I know I can go into airplane mode, but I want to give the user the option > of conserving the battery AFTER starting the app by providing i

Re: [android-developers] Disabling wifi, GPS, Bluetooth, and celluar in an app

2012-08-15 Thread Jason Hsu
I know I can go into airplane mode, but I want to give the user the option of conserving the battery AFTER starting the app by providing in-app buttons. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

Re: [android-developers] Disabling wifi, GPS, Bluetooth, and celluar in an app

2012-08-15 Thread mike digioia
press airplane mode! On Wed, Aug 15, 2012 at 10:33 PM, Jason Hsu wrote: > I have an idea for an app. In the interest of helping the user conserve > battery power, I want to provide the OPTION of disabling battery-draining > services like wifi, GPS, Bluetooth, and cellular. > > How do I implement

[android-developers] Disabling wifi, GPS, Bluetooth, and celluar in an app

2012-08-15 Thread Jason Hsu
I have an idea for an app. In the interest of helping the user conserve battery power, I want to provide the OPTION of disabling battery-draining services like wifi, GPS, Bluetooth, and cellular. How do I implement this? Are there good tutorials/examples that implement such functionality? --