summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/applications
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-01-17 13:14:02 -0500
committerDaniel Sandler <dsandler@android.com>2013-02-12 14:33:04 -0500
commit328e2d26663be87b7f6f03deb933d0fa21503511 (patch)
treebce4ffd53eecc7aa80f8f08537deee52e0e40fef /src/com/android/settings/applications
parent46e1578bfa66c3b1b9cbf09f3ae40c788495e681 (diff)
downloadpackages_apps_Settings-328e2d26663be87b7f6f03deb933d0fa21503511.zip
packages_apps_Settings-328e2d26663be87b7f6f03deb933d0fa21503511.tar.gz
packages_apps_Settings-328e2d26663be87b7f6f03deb933d0fa21503511.tar.bz2
Show the user's list of notifications in Settings.
Requires new APIs in change I41338230 and change Icce8d6f9 from frameworks/base. Change-Id: I21b645bdc265b477453f9b177f6776e2c58bd323
Diffstat (limited to 'src/com/android/settings/applications')
-rw-r--r--src/com/android/settings/applications/AppOpsState.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/settings/applications/AppOpsState.java b/src/com/android/settings/applications/AppOpsState.java
index 288977d..47c4fdf 100644
--- a/src/com/android/settings/applications/AppOpsState.java
+++ b/src/com/android/settings/applications/AppOpsState.java
@@ -148,6 +148,7 @@ public class AppOpsState {
public static final OpsTemplate DEVICE_TEMPLATE = new OpsTemplate(
new int[] { AppOpsManager.OP_VIBRATE,
AppOpsManager.OP_POST_NOTIFICATION,
+ AppOpsManager.OP_ACCESS_NOTIFICATIONS,
AppOpsManager.OP_CALL_PHONE,
AppOpsManager.OP_WRITE_SETTINGS,
AppOpsManager.OP_SYSTEM_ALERT_WINDOW },