Documentation
¶
Overview ¶
Check common Android permissions for the current process.
Queries the Android Permission Manager for four commonly requested permissions -- INTERNET, CAMERA, RECORD_AUDIO, and ACCESS_FINE_LOCATION -- using the calling process's own PID and UID. For each permission the program prints whether it is currently granted or denied.
The result tells you what the system would allow right now; a "denied" result means the app either never declared the permission in its manifest or the user has not yet granted it at runtime.
This program must run on an Android device.
Click to show internal directories.
Click to hide internal directories.