Dumpsys System Diagnostics
https://source.android.com/devices/tech/debug/dumpsys.htmlto see only permissions that were granted (but omitting ones that were requested but not granted) useadb shell dumpsys package packagenameand checkgrantedPermissionssection at the bottom of the output.To list all permissions (requested but not granted + requested and granted):
Notice the APK of a package. You can run the same commandadb shell dumpsys package packagenameand get the APK path fromcodePathelement of its output.
No comments:
Post a Comment