diff options
author | Narayan Kamath <narayan@google.com> | 2011-11-17 14:43:32 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2011-11-18 11:42:58 +0000 |
commit | f3174a588cdf63ef59055998c23aad4b36b7856e (patch) | |
tree | 31875de0a06d8d100a817c90aa3b455d7c025c27 /res | |
parent | ccd78601a934cf1ffafe5854a1d465c273727f69 (diff) | |
download | packages_apps_browser-f3174a588cdf63ef59055998c23aad4b36b7856e.zip packages_apps_browser-f3174a588cdf63ef59055998c23aad4b36b7856e.tar.gz packages_apps_browser-f3174a588cdf63ef59055998c23aad4b36b7856e.tar.bz2 |
Remove the psychic labs feature.
Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.
bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
Diffstat (limited to 'res')
-rw-r--r-- | res/xml-sw600dp/lab_preferences.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/res/xml-sw600dp/lab_preferences.xml b/res/xml-sw600dp/lab_preferences.xml index 0edc919..a7151e0 100644 --- a/res/xml-sw600dp/lab_preferences.xml +++ b/res/xml-sw600dp/lab_preferences.xml @@ -21,9 +21,4 @@ android:defaultValue="false" android:title="@string/pref_lab_quick_controls" android:summary="@string/pref_lab_quick_controls_summary" /> - <CheckBoxPreference - android:key="use_instant_search" - android:defaultValue="false" - android:title="@string/pref_use_instant_search" - android:summary="@string/pref_use_instant_search_summary" /> </PreferenceScreen> |