diff options
author | Chris Wren <cwren@android.com> | 2014-09-04 13:40:04 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-04 13:40:04 +0000 |
commit | 77fdc93bcdb3ae60fe617012c6c52aa274ed331e (patch) | |
tree | 5427570895cbcc8fd1349d3a40ef00a4526f1557 /res/xml | |
parent | feec34cec83b87f0c9e88b0d5883bd65170398bf (diff) | |
parent | 56131de7412edaab9f3e5834fe3888ac8588ec79 (diff) | |
download | packages_apps_Settings-77fdc93bcdb3ae60fe617012c6c52aa274ed331e.zip packages_apps_Settings-77fdc93bcdb3ae60fe617012c6c52aa274ed331e.tar.gz packages_apps_Settings-77fdc93bcdb3ae60fe617012c6c52aa274ed331e.tar.bz2 |
Merge "Implement per-app sensitivity settings toggle." into lmp-dev
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> |