Sunday, April 10, 2011

Battery Saver

To save your phone''s battery, you need to kill background tasks, adjust screen brightness, turn off wifi, gps, bluetooth, network etc. You need to learn how to save your device''s battery.

To save your phone''s battery, you need to kill background tasks, adjust screen brightness, turn off wifi, gps, bluetooth, network etc. You need to learn how to save your device''s battery.

Screenshots: 
Application Permissions:
Restart packages- This constant is deprecated. The restartPackage(String) API is no longer supported.
Receive boot completed- Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Internet- Allows applications to open network sockets.
Access wifi state- Allows applications to access information about Wi-Fi networks
Access network state- Allows applications to access information about networks
Access fine location- Allows an application to access fine (e.g., GPS) location
Wake lock- Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
Change wifi state- Allows applications to change Wi-Fi connectivity state
Write settings- Allows an application to read or write the system settings.
Bluetooth- Allows applications to connect to paired bluetooth devices
Bluetooth admin- Allows applications to discover and pair bluetooth devices
Write apn settings- Allows applications to write the apn settings
Read sync settings- Allows applications to read the sync settings
Write sync settings- Allows applications to write the sync settings
Get accounts- Allows access to the list of accounts in the Accounts Service
Vibrate- Allows access to the vibrator
Flashlight- Allows access to the flashlight
Hardware test- Allows access to hardware peripherals.
Write secure settings- Allows an application to read or write the secure system settings.
Read secure settings-
Camera- Required to be able to access the camera device.
Modify phone state- Allows modification of the telephony state - power on, mmi, etc.

You can download at: http://apk.cuaban.net/detail/9390/Battery-Saver.html

No comments:

Post a Comment