2019-02-25 22:05:19 +00:00
|
|
|
<?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/. -->
|
2020-06-26 16:54:09 +00:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<SwitchPreference
|
2019-03-15 22:41:49 +00:00
|
|
|
android:key="@string/pref_key_telemetry"
|
2019-07-19 19:31:55 +00:00
|
|
|
android:summary="@string/preferences_usage_data_description"
|
2020-06-26 16:54:09 +00:00
|
|
|
android:title="@string/preference_usage_data" />
|
|
|
|
<SwitchPreference
|
2020-02-08 01:46:51 +00:00
|
|
|
android:key="@string/pref_key_marketing_telemetry"
|
|
|
|
android:summary="@string/preferences_marketing_data_description"
|
2020-06-26 16:54:09 +00:00
|
|
|
android:title="@string/preferences_marketing_data" />
|
|
|
|
<SwitchPreference
|
2019-08-27 19:56:16 +00:00
|
|
|
android:key="@string/pref_key_experimentation"
|
2020-11-19 11:17:25 +00:00
|
|
|
android:summary="@string/preference_experiments_summary_2"
|
|
|
|
android:title="@string/preference_experiments_2" />
|
2019-03-15 22:41:49 +00:00
|
|
|
</PreferenceScreen>
|