mobile/android/base/resources/xml/preferences_vendor.xml

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 5
michael@0 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
michael@0 7 xmlns:gecko="http://schemas.android.com/apk/res-auto"
michael@0 8 android:title="@string/pref_category_vendor"
michael@0 9 android:enabled="false">
michael@0 10
michael@0 11 <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_about_firefox"
michael@0 12 url="about:" />
michael@0 13
michael@0 14 <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_vendor_faqs"
michael@0 15 url="https://support.mozilla.org/kb/firefox-android-faq"/>
michael@0 16
michael@0 17 <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_vendor_feedback"
michael@0 18 url="about:feedback" />
michael@0 19
michael@0 20 <CheckBoxPreference android:key="android.not_a_preference.privacy.announcements.enabled"
michael@0 21 android:title="@string/pref_show_product_announcements"
michael@0 22 android:defaultValue="true"
michael@0 23 android:persistent="true" />
michael@0 24
michael@0 25 <PreferenceCategory android:key="android.not_a_preference.datareporting.preferences"
michael@0 26 android:title="@string/pref_category_datareporting">
michael@0 27
michael@0 28 <CheckBoxPreference android:key="toolkit.telemetry.enabled"
michael@0 29 android:title="@string/datareporting_telemetry_title"
michael@0 30 android:summary="@string/datareporting_telemetry_summary" />
michael@0 31
michael@0 32 <CheckBoxPreference android:key="datareporting.crashreporter.submitEnabled"
michael@0 33 android:title="@string/datareporting_crashreporter_title_short"
michael@0 34 android:summary="@string/datareporting_crashreporter_summary"
michael@0 35 android:defaultValue="false" />
michael@0 36
michael@0 37 <CheckBoxPreference android:key="app.geo.reportdata"
michael@0 38 android:title="@string/datareporting_wifi_title"
michael@0 39 android:summary="@string/datareporting_wifi_geolocation_summary" />
michael@0 40
michael@0 41 <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.geo.learn_more"
michael@0 42 android:title="@string/pref_learn_more"
michael@0 43 url="https://location.services.mozilla.com/" />
michael@0 44
michael@0 45 <CheckBoxPreference android:key="android.not_a_preference.healthreport.uploadEnabled"
michael@0 46 android:title="@string/datareporting_fhr_title"
michael@0 47 android:summary="@string/datareporting_fhr_summary2"
michael@0 48 android:defaultValue="true" />
michael@0 49
michael@0 50 <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.healthreport.link"
michael@0 51 android:title="@string/datareporting_abouthr_title"
michael@0 52 url="about:healthreport" />
michael@0 53
michael@0 54 </PreferenceCategory>
michael@0 55
michael@0 56 </PreferenceScreen>

mercurial