Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created March 23, 2016 04:35
Show Gist options
  • Save j796160836/65bb73646a981e16a2f7 to your computer and use it in GitHub Desktop.
Save j796160836/65bb73646a981e16a2f7 to your computer and use it in GitHub Desktop.
Go to app's settings page via ADB
#!/bin/bash
adb shell am start -a android.settings.APPLICATION_DETAILS_SETTINGS -d package:$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment