在 Android 中设置从一个特定应用程序到另一个应用程序的权限
我一直在开发一个应用程序,在该应用程序中,我需要获取另一个单独的应用程序设置的权限集,而无需获得 root 权限。
这有什么线索吗?
I have been working on an Application where I need to get the Permission set that is being set by the another individual application without getting rooted.
Is there any clue out for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您控制两个应用程序时,我看到的唯一可能的是
清单文件中使用的“sharedUserId”:
http://developer.android.com/guide/topics/security/security.html
The only thing I have seen that is possible, when you control both apps is the "sharedUserId"
used in the manifest file:
http://developer.android.com/guide/topics/security/security.html