summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2013-07-07 09:28:42 -0700
committerKoushik Dutta <koushd@gmail.com>2013-07-07 09:52:57 -0700
commitaafc56bcf3ce3deb979c263944287f0b971689af (patch)
tree2d6ee1c9f5c138e3864c7248ae164a643b173621 /core/res/AndroidManifest.xml
parentfc94a474d309ab31ac67215815bef5ea6521e24a (diff)
downloadframeworks_base-aafc56bcf3ce3deb979c263944287f0b971689af.zip
frameworks_base-aafc56bcf3ce3deb979c263944287f0b971689af.tar.gz
frameworks_base-aafc56bcf3ce3deb979c263944287f0b971689af.tar.bz2
Notification cancellation fixes:
Permission should only allow cancellation of other app notifications, not enqueueing. Fix checkapi breakage. Change-Id: Idbcfd4617057984250dc4d4fa32ff55bfbb155e2
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 1b4adc5..1da99ad 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1943,7 +1943,7 @@
android:protectionLevel="signature" />
<!-- Allows an application to cancel notifications from other apps
- -->
+ @hide -->
<permission android:name="android.permission.CANCEL_NOTIFICATIONS"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signature|system"