Skip to content

Instantly share code, notes, and snippets.

@kbshl
Last active April 25, 2016 09:57
Show Gist options
  • Save kbshl/1d44f298ecbe82ae2c1cd0636ed96deb to your computer and use it in GitHub Desktop.
Save kbshl/1d44f298ecbe82ae2c1cd0636ed96deb to your computer and use it in GitHub Desktop.
adb shell 'pm list packages -f -3' | sed -e 's/.*=//' | sort
adb shell 'pm list packages -f' | sed -e 's/.*=//' | sort
adb shell 'pm list packages -f -s' | sed -e 's/.*=//' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment