Check what activities are launchable in a package
Posted: Mon Oct 07, 2013 5:47 pm
get full list of your packages:
copy the package you need to check:
check the activities:
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