Page 1 of 1

Check what activities are launchable in a package

Posted: Mon Oct 07, 2013 5:47 pm
by fabiodelorenzo
get full list of your packages:

Code: Select all

adb shell pm list packages -f


copy the package you need to check:

Code: Select all

adb pull /system/apps/com-crokky-0.0.1-SNAPSHOT.apk .


check the activities:

Code: Select all

aapt dump badging com-crokky-0.0.1-SNAPSHOT.apk