Created
November 25, 2018 14:50
-
-
Save oskarnrk/3623cb66ea3043ea4ff094a87953fdfa to your computer and use it in GitHub Desktop.
Grant permission to Android app using adb cli tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// adb -d shell pm grant <app.package> <android.permission> | |
adb -d shell pm grant com.gsamlabs.bbm android.permission.BATTERY_STATS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment