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.
我有一个问题,我在我的 AndroidManifest.xml 中需要这个前提 - UPDATE_DEVICE_STATS,但是当我把它放在那里时,我得到一个错误 -Permission is only granted to system apps 那么我该如何解决这个错误?
UPDATE_DEVICE_STATS
Permission is only granted to system apps
创建您自己的自定义 Android 版本,将其编译为 ROM mod,并使用与您签署 ROM mod 相同的签名密钥对您的应用程序进行签名。
或者,根您的设备并在系统分区上安装您的应用程序。