diff options
author | Chris Wren <cwren@android.com> | 2014-09-02 17:26:17 -0400 |
---|---|---|
committer | Chris Wren <cwren@android.com> | 2014-09-03 15:47:08 -0400 |
commit | 56131de7412edaab9f3e5834fe3888ac8588ec79 (patch) | |
tree | 8d0157891ca0b35f5564a40f005335f522f12ed7 /res/xml | |
parent | d6cfeba9f717fe043efc56d4bdf18a18e4bb9bff (diff) | |
download | packages_apps_Settings-56131de7412edaab9f3e5834fe3888ac8588ec79.zip packages_apps_Settings-56131de7412edaab9f3e5834fe3888ac8588ec79.tar.gz packages_apps_Settings-56131de7412edaab9f3e5834fe3888ac8588ec79.tar.bz2 |
Implement per-app sensitivity settings toggle.
Change-Id: I0e70e6ce5c4a56d738c1850c50c2e268296d9d92
Depends-On: I2d5cf6782273744cbf9b309dec76780cc0a4c39e
Bug: 16324353
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/app_notification_settings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/xml/app_notification_settings.xml b/res/xml/app_notification_settings.xml index 1d8ae45..a65b98d 100644 --- a/res/xml/app_notification_settings.xml +++ b/res/xml/app_notification_settings.xml @@ -39,7 +39,6 @@ android:key="sensitive" android:title="@string/app_notification_sensitive_title" android:summary="@string/app_notification_sensitive_summary" - android:enabled="false" android:persistent="false" /> </PreferenceScreen> |