summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorBryce Lee <brycelee@google.com>2015-08-17 19:54:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-08-17 19:54:19 +0000
commitd74a66bd97ed52fc985e9fa145072a9fc4e0a3e3 (patch)
tree720fee87c385be7538299912b88c65a554a41252 /core/res/AndroidManifest.xml
parent88c4e40636e2d2022b7afdacccb4de0d07d7703f (diff)
parentf82631ff35e22f43ed7e79e9fbc75ca241aae70a (diff)
downloadframeworks_base-d74a66bd97ed52fc985e9fa145072a9fc4e0a3e3.zip
frameworks_base-d74a66bd97ed52fc985e9fa145072a9fc4e0a3e3.tar.gz
frameworks_base-d74a66bd97ed52fc985e9fa145072a9fc4e0a3e3.tar.bz2
Merge "Introduce permission for updating the cell broadcast content provider." into cw-e-dev
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 79ba355..ec98aba 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -827,6 +827,11 @@
<permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
android:protectionLevel="signature|privileged" />
+ <!-- @SystemApi @hide Allows an application to modify cell broadcasts through the content provider.
+ <p>Not for use by third-party applications. -->
+ <permission android:name="android.permission.MODIFY_CELL_BROADCASTS"
+ android:protectionLevel="signature|system" />
+
<!-- =============================================================== -->
<!-- Permissions for setting the device alarm -->
<!-- =============================================================== -->