summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorLeon Scroggins <>2009-03-31 14:31:22 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-31 14:31:22 -0700
commitb0cd072e78d74c30cef211e09dc426c4b7e8aa7b (patch)
treeb32d4b74400422cc1aac5337d1341518d6af57a5 /res/xml
parentc7241e86104b43386c1c38eb1fcd8511f776214b (diff)
downloadpackages_apps_Browser-b0cd072e78d74c30cef211e09dc426c4b7e8aa7b.zip
packages_apps_Browser-b0cd072e78d74c30cef211e09dc426c4b7e8aa7b.tar.gz
packages_apps_Browser-b0cd072e78d74c30cef211e09dc426c4b7e8aa7b.tar.bz2
AI 143762: Fix for issue 1636784: Landscape only option for the browser. (This change is in master.) Add an option in the settings menu of the browser to give the user the option of always displaying in landscape, ignoring sensor/opening and closing of the keyboard.
BUG=1636784 Automated import of CL 143762
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/browser_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/browser_preferences.xml b/res/xml/browser_preferences.xml
index fdfa839..79dfb92 100644
--- a/res/xml/browser_preferences.xml
+++ b/res/xml/browser_preferences.xml
@@ -54,6 +54,12 @@
android:summary="@string/pref_content_autofit_summary" />
<CheckBoxPreference
+ android:key="landscape_only"
+ android:defaultValue="false"
+ android:title="@string/pref_content_landscape_only"
+ android:summary="@string/pref_content_landscape_only_summary" />
+
+ <CheckBoxPreference
android:key="enable_javascript"
android:defaultValue="true"
android:title="@string/pref_content_javascript" />