summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorSagar Dhawan <sdhawan@codeaurora.org>2015-07-16 14:31:45 -0700
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:15:46 +0200
commit21a5d39bed7099508bd4c59cf432af0359883183 (patch)
treee0940e42cf630b15d9003e1b177ea7077f7744ea /res/xml
parent2b3ad429181b9877cf9ae512ea680dfdaa9064b0 (diff)
downloadandroid_packages_apps_Gello-21a5d39bed7099508bd4c59cf432af0359883183.tar.gz
android_packages_apps_Gello-21a5d39bed7099508bd4c59cf432af0359883183.tar.bz2
android_packages_apps_Gello-21a5d39bed7099508bd4c59cf432af0359883183.zip
Add system settings intent for location settings
Location settings will require system wide location to be enabled. Change-Id: I36cc390abe17ea3b61f2fdfb88181e8a3747bf97
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/privacy_and_security_preferences.xml2
-rw-r--r--res/xml/site_specific_preferences.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/privacy_and_security_preferences.xml b/res/xml/privacy_and_security_preferences.xml
index d543498c..45e80f24 100644
--- a/res/xml/privacy_and_security_preferences.xml
+++ b/res/xml/privacy_and_security_preferences.xml
@@ -145,7 +145,7 @@
android:summaryOff="@string/pref_security_not_allowed"
android:title="@string/pref_security_accept_cookies" />
- <SwitchPreference
+ <com.android.browser.BrowserLocationSwitchPreference
android:layout="@layout/swe_preference"
android:defaultValue="true"
android:icon="@drawable/ic_sp_location"
diff --git a/res/xml/site_specific_preferences.xml b/res/xml/site_specific_preferences.xml
index 63e03b0f..836bb349 100644
--- a/res/xml/site_specific_preferences.xml
+++ b/res/xml/site_specific_preferences.xml
@@ -74,7 +74,7 @@
android:summaryOff="@string/pref_security_not_allowed"
android:title="@string/pref_security_accept_cookies" />
- <ListPreference
+ <com.android.browser.BrowserLocationListPreference
android:layout="@layout/swe_preference"
android:widgetLayout="@layout/swe_preference_list_widget"
android:icon="@drawable/ic_sp_location"