
android.permission.INTERNET
- Used for anonymous usage stats via Google Analytics and for error reporting via
Crittericsm.com/ACRA.
android.permission.RECEIVE_BOOT_COMPLETED
- Used for ability of the apps to start listening battery info when phone/tablet is rebooted.
android.permission.ACCESS_NETWORK_STATE
- Used for getting info about current status of the network.android.permission.ACCESS_WIFI_STATE
- Used for getting info about current status of the wifiandroid.permission.CHANGE_WIFI_STATE
- Required to be able to turn on/off wifi.android.permission.BLUETOOTH
- Required to be able to read bluetooth status.android.permission.BLUETOOTH_ADMIN
- Required to be able to turn on/off bluetooth.android.permission.WRITE_SETTINGS
- Required to be able to turn on/off Airplane mode. Ignored on Android 4.2+android.permission.READ_SYNC_SETTINGS
- Required to be able to check status of background synchronization.android.permission.WRITE_SYNC_SETTINGS
- Required to be able to turn on/off background synchronization.android.permission.READ_PHONE_STATE
- Used to detect whether phone is calling. NOT USED for getting phone number or any other personal
information.
android.permission.CHANGE_NETWORK_STATE
- Used to turn on/off mobile data.android.permission.WRITE_APN_SETTINGS
- Used to turn on/off mobile data.android.permission.CAMERA
- Required because of Torch functionality.android.permission.WAKE_LOCK
- Required because of Torch functionality.android.permission.FLASHLIGHT
- Required because of Torch functionality.
Copyright © 2012-2013 by Tomáš Hubálek (Company Information). Check my other Android applications.
Find us on Google+.
Trademarks belong to their respective owners. All rights reserved.