- - Know what access (wifi, 3G…) you have at every moment.
- - Access information about Wi-Fi networks.
- - Use Bluetooth to connect to a paired device.
- - Track nearly Bluetooth devices and pair them with yours.
- - Broadcast sticky intents, thus allowing quick data retrieval held by the system.
- - Call somewhere with no need for the user to confirm that call. ER numbers aren't allowed, though.
- - Be able to access the camera device.
- - Disable the keyguard.
- - Send and receive internet info.
- - Modify audio settings.
- - Monitor, modify, or abort outgoing calls.
- - android.permission.READ_CALL_LOG
- - Read your contact data.
- - android.permission.READ_EXTERNAL_STORAGE
- - Read the system log files. Usually used to collect crash and force close reports.
- - Read phone state. Used to know whether you're in a call or not.
- - Monitor incoming SMS messages, to process them.
- - Record audio.
- - Use the vibrator.
- - Prevent your device from sleeping or screen from dimming (turn brightness down).
- - android.permission.WRITE_CALL_LOG
- - Write, but not read unless allowed by another permission, your contacts data.
- - Write whatever to your SD card.
Displaying 3 of 23 - show all