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_vendor"
9 android:enabled="false">
11 <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_about_firefox"
12 url="about:" />
14 <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_vendor_faqs"
15 url="https://support.mozilla.org/kb/firefox-android-faq"/>
17 <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_vendor_feedback"
18 url="about:feedback" />
20 <CheckBoxPreference android:key="android.not_a_preference.privacy.announcements.enabled"
21 android:title="@string/pref_show_product_announcements"
22 android:defaultValue="true"
23 android:persistent="true" />
25 <PreferenceCategory android:key="android.not_a_preference.datareporting.preferences"
26 android:title="@string/pref_category_datareporting">
28 <CheckBoxPreference android:key="toolkit.telemetry.enabled"
29 android:title="@string/datareporting_telemetry_title"
30 android:summary="@string/datareporting_telemetry_summary" />
32 <CheckBoxPreference android:key="datareporting.crashreporter.submitEnabled"
33 android:title="@string/datareporting_crashreporter_title_short"
34 android:summary="@string/datareporting_crashreporter_summary"
35 android:defaultValue="false" />
37 <CheckBoxPreference android:key="app.geo.reportdata"
38 android:title="@string/datareporting_wifi_title"
39 android:summary="@string/datareporting_wifi_geolocation_summary" />
41 <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.geo.learn_more"
42 android:title="@string/pref_learn_more"
43 url="https://location.services.mozilla.com/" />
45 <CheckBoxPreference android:key="android.not_a_preference.healthreport.uploadEnabled"
46 android:title="@string/datareporting_fhr_title"
47 android:summary="@string/datareporting_fhr_summary2"
48 android:defaultValue="true" />
50 <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.healthreport.link"
51 android:title="@string/datareporting_abouthr_title"
52 url="about:healthreport" />
54 </PreferenceCategory>
56 </PreferenceScreen>