Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:gecko="http://schemas.android.com/apk/res-auto"
8 android:title="@string/pref_category_search"
9 android:enabled="false">
11 <CheckBoxPreference android:key="browser.search.suggest.enabled"
12 android:title="@string/pref_search_suggestions"
13 android:defaultValue="false"
14 android:persistent="false" />
16 <org.mozilla.gecko.preferences.SearchPreferenceCategory
17 android:title="@string/pref_category_installed_search_engines"/>
19 <PreferenceCategory android:title="@string/pref_category_search_restore_defaults">
21 <Preference android:key="android.not_a_preference.search.restore_defaults"
22 android:title="@string/pref_search_restore_defaults_summary" />
24 </PreferenceCategory>
26 <PreferenceCategory android:title="@string/pref_category_add_search_providers">
28 <org.mozilla.gecko.preferences.ModifiableHintPreference
29 android:layout="@layout/preference_search_tip"
30 android:enabled="false"
31 android:selectable="false"/>
33 </PreferenceCategory>
35 </PreferenceScreen>