summaryrefslogtreecommitdiffstats
path: root/res/xml/privacy_guard_prefs.xml
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2015-12-07 14:07:11 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-12-16 15:32:29 -0800
commit00ee33759969313c0e28cdb650a3af01211e545d (patch)
tree2b2e12c3d5a62df2ba5e86d637d33e96b336b569 /res/xml/privacy_guard_prefs.xml
parentea2c65f36d9a38474dfb0d266fa10903121089c2 (diff)
downloadpackages_apps_Settings-00ee33759969313c0e28cdb650a3af01211e545d.zip
packages_apps_Settings-00ee33759969313c0e28cdb650a3af01211e545d.tar.gz
packages_apps_Settings-00ee33759969313c0e28cdb650a3af01211e545d.tar.bz2
Allow disabling the privacy guard notification - port from cm-12.1 (1/3)
Change-Id: Iebf4545c1a65b10036a4865bae29d14e86b12d07
Diffstat (limited to 'res/xml/privacy_guard_prefs.xml')
-rw-r--r--res/xml/privacy_guard_prefs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/privacy_guard_prefs.xml b/res/xml/privacy_guard_prefs.xml
index 7b60a7c..4cf8b4e 100644
--- a/res/xml/privacy_guard_prefs.xml
+++ b/res/xml/privacy_guard_prefs.xml
@@ -23,4 +23,9 @@
android:summary="@string/privacy_guard_default_summary"
android:persistent="false" />
+ <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference
+ android:key="privacy_guard_notification"
+ android:title="@string/privacy_guard_notification_title"
+ android:defaultValue="true" />
+
</PreferenceScreen>