summaryrefslogtreecommitdiffstats
path: root/res/xml-sw600dp
diff options
context:
space:
mode:
authorD4rKn3sSyS <jedga_95@outlook.com>2012-08-17 11:45:36 -0500
committerD4rKn3sSyS <jedga_95@outlook.com>2012-08-19 11:21:04 -0500
commit7a7b8cb3f4e1af4884546b1c8beaaa8066c9f1d2 (patch)
tree8255edd48e83087a20b3c59071a816a99c3cf094 /res/xml-sw600dp
parentc4c93bac34b1111d81aa0adb02975c91ab6f9e02 (diff)
downloadpackages_apps_browser-7a7b8cb3f4e1af4884546b1c8beaaa8066c9f1d2.zip
packages_apps_browser-7a7b8cb3f4e1af4884546b1c8beaaa8066c9f1d2.tar.gz
packages_apps_browser-7a7b8cb3f4e1af4884546b1c8beaaa8066c9f1d2.tar.bz2
User agent as advanced setting
By default is a debug only setting. based on ICS commit by zsx patch set 2: * Remove ListPreference from debug_preferences * Whitespaces * Allow user agent changes on bigger devices patch set 3: spacing Change-Id: I131a42b2ef829b2fe831cc8bff47c8545795da74
Diffstat (limited to 'res/xml-sw600dp')
-rw-r--r--res/xml-sw600dp/advanced_preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml-sw600dp/advanced_preferences.xml b/res/xml-sw600dp/advanced_preferences.xml
index 73f145b..0109fbd 100644
--- a/res/xml-sw600dp/advanced_preferences.xml
+++ b/res/xml-sw600dp/advanced_preferences.xml
@@ -25,6 +25,14 @@
android:summary="@string/pref_content_search_engine_summary"
android:dialogTitle="@string/pref_content_search_engine" />
+ <ListPreference
+ android:key="user_agent"
+ android:title="@string/pref_content_ua"
+ android:summary="@string/pref_content_ua_summary"
+ android:entries="@array/pref_content_ua_choices"
+ android:entryValues="@array/pref_content_ua_values"
+ android:defaultValue="0"/>
+
<CheckBoxPreference
android:key="open_in_background"
android:defaultValue="false"