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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/base/resources/xml/preferences_vendor.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,56 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +
     1.9 +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    1.10 +                  xmlns:gecko="http://schemas.android.com/apk/res-auto"
    1.11 +                  android:title="@string/pref_category_vendor"
    1.12 +                  android:enabled="false">
    1.13 +
    1.14 +    <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_about_firefox"
    1.15 +                                                  url="about:" />
    1.16 +
    1.17 +    <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_vendor_faqs"
    1.18 +                                                  url="https://support.mozilla.org/kb/firefox-android-faq"/>
    1.19 +
    1.20 +    <org.mozilla.gecko.preferences.LinkPreference android:title="@string/pref_vendor_feedback"
    1.21 +                                                  url="about:feedback" />
    1.22 +
    1.23 +    <CheckBoxPreference android:key="android.not_a_preference.privacy.announcements.enabled"
    1.24 +                        android:title="@string/pref_show_product_announcements"
    1.25 +                        android:defaultValue="true"
    1.26 +                        android:persistent="true" />
    1.27 +
    1.28 +    <PreferenceCategory android:key="android.not_a_preference.datareporting.preferences"
    1.29 +                        android:title="@string/pref_category_datareporting">
    1.30 +
    1.31 +        <CheckBoxPreference android:key="toolkit.telemetry.enabled"
    1.32 +                            android:title="@string/datareporting_telemetry_title"
    1.33 +                            android:summary="@string/datareporting_telemetry_summary" />
    1.34 +
    1.35 +        <CheckBoxPreference android:key="datareporting.crashreporter.submitEnabled"
    1.36 +                            android:title="@string/datareporting_crashreporter_title_short"
    1.37 +                            android:summary="@string/datareporting_crashreporter_summary"
    1.38 +                            android:defaultValue="false" />
    1.39 +
    1.40 +        <CheckBoxPreference android:key="app.geo.reportdata"
    1.41 +                            android:title="@string/datareporting_wifi_title"
    1.42 +                            android:summary="@string/datareporting_wifi_geolocation_summary" />
    1.43 +
    1.44 +        <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.geo.learn_more"
    1.45 +                                                                android:title="@string/pref_learn_more"
    1.46 +                                                                url="https://location.services.mozilla.com/" />
    1.47 +
    1.48 +        <CheckBoxPreference android:key="android.not_a_preference.healthreport.uploadEnabled"
    1.49 +                            android:title="@string/datareporting_fhr_title"
    1.50 +                            android:summary="@string/datareporting_fhr_summary2"
    1.51 +                            android:defaultValue="true" />
    1.52 +
    1.53 +        <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.healthreport.link"
    1.54 +                                                                android:title="@string/datareporting_abouthr_title"
    1.55 +                                                                url="about:healthreport" />
    1.56 +
    1.57 +    </PreferenceCategory>
    1.58 +
    1.59 +</PreferenceScreen>

mercurial