Skip to content

Instantly share code, notes, and snippets.

@mikesorae
Created October 1, 2013 03:12
Show Gist options
  • Save mikesorae/6773399 to your computer and use it in GitHub Desktop.
Save mikesorae/6773399 to your computer and use it in GitHub Desktop.
get package id one-liner
aapt dump badging $APK_NAME | grep "package: name" | sed "s/[^']*'\([^']*\)'.*/\1/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment