summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_misc.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-04-04 14:30:04 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-05 19:57:03 +0000
commit79b9bfe56ee4036fbe8d9bcac01260356309ae2f (patch)
treea40f853e0ac2450d45525407fbc9da7a6ebbba12 /res/xml/security_settings_misc.xml
parente44f5e2bd6624f5df91e2676b1ef5e3ddf279066 (diff)
downloadpackages_apps_Settings-79b9bfe56ee4036fbe8d9bcac01260356309ae2f.zip
packages_apps_Settings-79b9bfe56ee4036fbe8d9bcac01260356309ae2f.tar.gz
packages_apps_Settings-79b9bfe56ee4036fbe8d9bcac01260356309ae2f.tar.bz2
Notification listeners can be enabled in Settings>Security.
Also known as android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS. Bug: 8454150 Change-Id: I0c2433bf58ba4c78cd461326bd014535c7f67578
Diffstat (limited to 'res/xml/security_settings_misc.xml')
-rw-r--r--res/xml/security_settings_misc.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/security_settings_misc.xml b/res/xml/security_settings_misc.xml
index 10fc98f..1ead7a9 100644
--- a/res/xml/security_settings_misc.xml
+++ b/res/xml/security_settings_misc.xml
@@ -58,6 +58,13 @@
android:summaryOff="@string/verify_applications_summary"
android:summaryOn="@string/verify_applications_summary"
android:persistent="false" />
+
+ <Preference
+ android:key="manage_notification_access"
+ android:title="@string/manage_notification_access"
+ android:persistent="false"
+ android:fragment="com.android.settings.NotificationAccessSettings"/>
+
</PreferenceCategory>
<PreferenceCategory android:key="credentials_management"