Check what activities are launchable in a package

Android Debug Bridge
http://developer.android.com/guide/deve ... s/adb.html
fabiodelorenzo
Posts: 65
Joined: Thu Oct 03, 2013 5:54 pm

Check what activities are launchable in a package

Postby fabiodelorenzo » Mon Oct 07, 2013 5:47 pm

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

Return to “adb”

Who is online

Users browsing this forum: No registered users and 0 guests