列表中的APK所有活动从壳列表中、APK

由网友(情殇)分享简介:有没有办法列出从shell特定的apk文件的所有活动?我发现这个帖子其中介绍了如何列出一个APK的所有活动,但它不是为外壳。 Is there a way to list all the activities of a particular .apk file from the shell? I found thi...

有没有办法列出从shell特定的apk文件的所有活动?我发现这个帖子其中介绍了如何列出一个APK的所有活动,但它不是为外壳。

Is there a way to list all the activities of a particular .apk file from the shell? I found this post which describes how to list all the activities in an apk but it is not for the shell.

推荐答案

如果你能apk文件拉出到自己的机器,你可以在 Android SDK中

If you can pull out the apk file to your own machine, you can use the aapt command in the Android SDK

aapt dump xmltree <apk-file> AndroidManifest.xml

该格式是有点令人费解在第一,但所有的信息是存在的。

The format is a bit perplexing at first, but all the info is there.

阅读全文

相关推荐

最新文章