我是杰蒙
我位于 /system/app 的系统应用程序在 Android 4.3 Jelly Bean 之前运行良好,但它开始出现一些问题,这是 Android 4.4 KitKat 中的安全问题。
换句话说,我的系统应用程序需要诸如 android.permission.WRITE_APN_SETTINGS 和 android.permission.CONNECTIVITY_INTERNAL 之类的权限,并且在 Jelly Bean 之前表现良好,但来自 KitKat,存在以下安全问题。我不明白为什么我的系统应用程序在 Jelly Bean 中表现良好,开始出现来自 KitKat 的安全问题。
我怀疑 KitKat 需要在某些脚本文件中进行新设置以获得系统权限。任何人都可以帮助我或指导我吗?
---------------------------------------------------------------------
java.lang.SecurityException: No permission to write APN settings: Neither user 10146 nor current process has android.permission.WRITE_APN_SETTINGS.
...
---------------------------------------------------------------------
java.lang.SecurityException: ConnectivityService: Neither user 10097 nor current process has android.permission.CONNECTIVITY_INTERNAL.
---------------------------------------------------------------------
提前致谢..