在 Android 中设置从一个特定应用程序到另一个应用程序的权限

发布于 2024-12-20 18:30:00 字数 81 浏览 0 评论 0原文

我一直在开发一个应用程序,在该应用程序中,我需要获取另一个单独的应用程序设置的权限集,而无需获得 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三人与歌 2024-12-27 18:30:00

当您控制两个应用程序时,我看到的唯一可能的是

清单文件中使用的“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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文