diff options
author | Leon Scroggins <> | 2009-03-31 14:31:22 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-31 14:31:22 -0700 |
commit | b0cd072e78d74c30cef211e09dc426c4b7e8aa7b (patch) | |
tree | b32d4b74400422cc1aac5337d1341518d6af57a5 /res/xml | |
parent | c7241e86104b43386c1c38eb1fcd8511f776214b (diff) | |
download | packages_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.xml | 6 |
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" /> |