Home
Wiki
Blog
MANUAL_PAGES // ANDROID_PERMISSIONS
android.permission.ACCESS_FINE_LOCATION
DANGEROUS
Access to precise GPS location.
android.permission.ANSWER_PHONE_CALLS
DANGEROUS
Allows the app to answer an incoming phone call without user interaction.
android.permission.CAMERA
DANGEROUS
Allows the app to take pictures and videos using the camera.
android.permission.READ_CONTACTS
DANGEROUS
Allows the app to read your address book data.
android.permission.RECORD_AUDIO
DANGEROUS
Access to the microphone to record sound.
android.permission.SEND_SMS
DANGEROUS
Allows the app to send SMS messages without user interaction. Highly dangerous.
android.permission.SYSTEM_ALERT_WINDOW
DANGEROUS
Allows drawing content over other apps. Used for overlay attacks.
android.permission.WRITE_EXTERNAL_STORAGE
DANGEROUS
Allows the app to modify or delete files on your shared storage (SD card).