diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/res/AndroidManifest.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 3df5cdb..07c1f5a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -745,9 +745,12 @@ android:description="@string/permdesc_forceBack" android:protectionLevel="signature" /> - <permission android:name="android.permission.FOTA_UPDATE" - android:label="@string/permlab_fotaUpdate" - android:description="@string/permdesc_fotaUpdate" + <!-- Allows an application to publish system-level services. Such services + can only be published from processes that never go away, so this is + not something that any normal application can do. --> + <permission android:name="android.permission.ADD_SYSTEM_SERVICE" + android:label="@string/permlab_addSystemService" + android:description="@string/permdesc_addSystemService" android:protectionLevel="signature" /> <!-- Allows an application to update device statistics. Not for |