How can system app located in /system/app have system permission in Android 4.4 KitKat build?

為{幸葍}努か 提交于 2019-11-29 07:55:39

In Android 4.4 just apps located at /system/priv-app have the "system" level permission.

Google did this so that manufacturers like Samsung can have better control of the permissions the bundled apps have.

So administrative apps goes to /system/priv-app. Games, freemium apps and other garbages goes to /system/app

Thanks!

In 4.4, use /system/priv-app instead.

It will go to priv-app folder now. Before kitkat, all apps in system partition had "system"-level permissions. Now only apps in priv-app can get system permissions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!