views:

70

answers:

1

I was wondering what settings an application can control to improve battery life in the Android environment. On most laptops, you can control screen brightness, wireless adapter settings, etc, as a means to conserve battery life. Are there any such controls in Android?

Thanks!

+4  A: 

Take a look at the settings provider:

http://developer.android.com/intl/de/reference/android/provider/Settings.System.html

An example can be found here:

http://www.mensus.net/phone/toggle.shtml

seanhodges
thanks for the info!
Adam