The application has access to the following:
System tools
prevent phone from sleeping
Allows an application to prevent the phone from going to sleep.
automatically start at boot
Allows an application to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the application to slow down overall performance of the phone by constantly running.
send sticky broadcast
Allows an application to send sticky broadcasts, which remain after the broadcast ends. Malicious applications can make the phone slow or unstable by causing it to use too much memory.
Network communication
full Internet access
Allows an application to create network sockets.
view network state
Allows an application to view the state of all networks.
Hardware controls
control vibrator
Allows the application to control the vibrator.
Storage
modify/delete SD card contents
Allows an application to write to the SD card.
Other
android.permission.READ_EXTERNAL_STORAGE
Latest Community Comments