summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-03-28 21:11:00 +0200
committerMichael W <baddaemon87@gmail.com>2018-03-31 18:47:14 +0200
commit23cc4c80729ce1d56a36e5c060e69298297736c4 (patch)
tree44abba5023b0c05095c291273175abad79002ffa /res/xml
parentd8eaf01003fe7398b384c21c52b03745d6f7a73e (diff)
downloadandroid_packages_apps_Dialer-23cc4c80729ce1d56a36e5c060e69298297736c4.tar.gz
android_packages_apps_Dialer-23cc4c80729ce1d56a36e5c060e69298297736c4.tar.bz2
android_packages_apps_Dialer-23cc4c80729ce1d56a36e5c060e69298297736c4.zip
Dialer: comply with EU's GDPR
Disable lookup by default and add a disclaimer for the feature Change-Id: If7a181952304dbaee736762bdfd5819eddc5f89b Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/lookup_settings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/xml/lookup_settings.xml b/res/xml/lookup_settings.xml
index 14d2de2d2..95538cce2 100644
--- a/res/xml/lookup_settings.xml
+++ b/res/xml/lookup_settings.xml
@@ -63,5 +63,8 @@
android:summary="%s"
android:persistent="false" />
+ <Preference
+ android:summary="@string/lookup_disclaimer"
+ android:enabled="false" />
</PreferenceScreen>