mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 17:39:19 +00:00
55 lines
3.4 KiB
XML
55 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:goanna="http://schemas.android.com/apk/res-auto"
|
|
android:title="@string/pref_category_vendor"
|
|
android:enabled="false">
|
|
|
|
<org.mozilla.goanna.preferences.LinkPreference android:key="android.not_a_preference.about.link"
|
|
android:title="@string/pref_about_firefox"
|
|
android:persistent="false"
|
|
url="about:" />
|
|
|
|
<org.mozilla.goanna.preferences.LinkPreference android:key="android.not_a_preference.faq.link"
|
|
android:title="@string/pref_vendor_faqs"
|
|
android:persistent="false"
|
|
url="https://support.mozilla.org/kb/firefox-android-faq"/>
|
|
|
|
<org.mozilla.goanna.preferences.LinkPreference android:key="android.not_a_preference.feedback.link"
|
|
android:title="@string/pref_vendor_feedback"
|
|
android:persistent="false"
|
|
url="about:feedback" />
|
|
|
|
<PreferenceCategory android:key="android.not_a_preference.datareporting.preferences"
|
|
android:title="@string/pref_category_datareporting">
|
|
|
|
<CheckBoxPreference android:key="toolkit.telemetry.enabled"
|
|
android:title="@string/datareporting_telemetry_title"
|
|
android:summary="@string/datareporting_telemetry_summary" />
|
|
|
|
<CheckBoxPreference android:key="android.not_a_preference.app.geo.reportdata"
|
|
android:title="@string/datareporting_wifi_title"
|
|
android:summary="@string/datareporting_wifi_geolocation_summary" />
|
|
|
|
<org.mozilla.goanna.preferences.AlignRightLinkPreference android:key="android.not_a_preference.geo.learn_more"
|
|
android:title="@string/pref_learn_more"
|
|
android:persistent="false"
|
|
url="https://location.services.mozilla.com/" />
|
|
|
|
<CheckBoxPreference android:key="android.not_a_preference.healthreport.uploadEnabled"
|
|
android:title="@string/datareporting_fhr_title"
|
|
android:summary="@string/datareporting_fhr_summary2"
|
|
android:defaultValue="true" />
|
|
|
|
<org.mozilla.goanna.preferences.AlignRightLinkPreference android:key="android.not_a_preference.healthreport.link"
|
|
android:title="@string/datareporting_abouthr_title"
|
|
android:persistent="false"
|
|
url="about:healthreport" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|