Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 android 应用程序来管理所有用户安装应用程序的包的权限。
我能够列出来自 /data/app 的所有用户安装应用程序,以及应用程序正在使用它的所有包。
我想知道如何修改安装应用程序包的权限?
您不能使用任何 api 修改其他应用程序包的权限。您将需要一个自定义 ROM 来执行此操作。