diff options
author | Chirayu Desai <cdesai@cyanogenmod.org> | 2015-12-07 14:07:11 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-12-16 15:32:29 -0800 |
commit | 00ee33759969313c0e28cdb650a3af01211e545d (patch) | |
tree | 2b2e12c3d5a62df2ba5e86d637d33e96b336b569 /res/xml/privacy_guard_prefs.xml | |
parent | ea2c65f36d9a38474dfb0d266fa10903121089c2 (diff) | |
download | packages_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.xml | 5 |
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> |