android - List all activities within an APK from the shell -
is there way list activities of particular .apk file shell? found this post describes how list activities in apk not shell.
if can pull out apk file own machine, can use aapt command in android sdk
aapt dump xmltree <apk-file> androidmanifest.xml
the format bit perplexing @ first, info there.
Comments
Post a Comment