如何获取任何已安装 Android 应用程序的清单权限
是否可以获得任何已安装的 Android 应用程序的清单权限?
Is it possible to get the manifest permissions of any installed Android application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
感谢您的提示,让它运行:
Thanks for the hint,got it running with:
使用此获取已安装的软件包。
并使用包名称来获取信息。
http://developer.android.com/reference/android/content/pm /PackageInfo.html
Get installed packages using this.
And use the package name to get the info.
http://developer.android.com/reference/android/content/pm/PackageInfo.html
如果您有 apk 文件,则非常简单,只需从开始菜单打开 cmd 并编写此命令行:
注意您编写的路径,然后您可以从该应用程序中的所有权限中获取列表,包名称也如下所示:
If you have apk file it is very simple just open cmd from start menu and write this command line:
take care for the path you write then you can get list from all permissions in this application and package name also like this: