зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1216257 - Move data reporting prefs to "Privacy". r=sebastian
--HG-- extra : commitid : 5SamCjiZZwL extra : rebase_source : dff29fe60093b5a0a4bf9de3ba1e6b810c017498
This commit is contained in:
Родитель
ae2e6285a6
Коммит
d6b688d735
|
@ -68,6 +68,39 @@
|
|||
android:dialogTitle="@string/pref_clear_on_exit_dialog_title"
|
||||
android:positiveButtonText="@string/button_set"/>
|
||||
|
||||
<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="datareporting.crashreporter.submitEnabled"
|
||||
android:title="@string/datareporting_crashreporter_title_short"
|
||||
android:summary="@string/datareporting_crashreporter_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<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.gecko.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.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.healthreport.link"
|
||||
android:title="@string/datareporting_abouthr_title"
|
||||
android:persistent="false"
|
||||
url="about:healthreport" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
|
||||
|
|
|
@ -22,37 +22,4 @@
|
|||
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="datareporting.crashreporter.submitEnabled"
|
||||
android:title="@string/datareporting_crashreporter_title_short"
|
||||
android:summary="@string/datareporting_crashreporter_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<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.gecko.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.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.healthreport.link"
|
||||
android:title="@string/datareporting_abouthr_title"
|
||||
android:persistent="false"
|
||||
url="about:healthreport" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
Загрузка…
Ссылка в новой задаче