diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 | ||||
-rw-r--r-- | res/xml/debug_preferences.xml | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index eae6ccc..7872f73 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -404,8 +404,6 @@ <!-- Do not tranlsate. Development option --> <string name="pref_development_nav_dump" translatable="false">Enable nav cache dump</string> <!-- Do not tranlsate. Development option --> - <string name="pref_development_search_url" translatable="false">Set search URL</string> - <!-- Do not tranlsate. Development option --> <string name="pref_development_uastring" translatable="false">UAString</string> <!-- Do not tranlsate. Development option --> <string-array name="pref_development_ua_choices" translatable="false"> diff --git a/res/xml/debug_preferences.xml b/res/xml/debug_preferences.xml index 4f55f6b..22b5997 100644 --- a/res/xml/debug_preferences.xml +++ b/res/xml/debug_preferences.xml @@ -50,11 +50,6 @@ android:defaultValue="false" android:title="@string/pref_development_nav_dump" /> - <com.android.browser.BrowserSearchpagePreference - android:key="search_url" - android:title="@string/pref_development_search_url" - android:singleLine="true" /> - <ListPreference android:key="user_agent" android:title="@string/pref_development_uastring" |