Skip to content

Instantly share code, notes, and snippets.

@pocmo
Created April 14, 2016 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pocmo/a36a5513aa76726de14fabd9f370f469 to your computer and use it in GitHub Desktop.
Save pocmo/a36a5513aa76726de14fabd9f370f469 to your computer and use it in GitHub Desktop.
Granting permissions
// Granting a single permission to an app
adb shell pm grant <package> android.permission.<permission>
// Install the APK with all runtime permissions granted automatically:
adb install -g <apk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment