1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
7 <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
8 android:key="navigation_error"
9 android:title="@string/navigation_error_title"
10 android:summary="@string/navigation_error_summary"
11 android:defaultValue="true" />
12 <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
13 android:key="search_suggestions"
14 android:title="@string/search_suggestions_title"
15 android:summary="@string/search_suggestions_summary"
16 android:defaultValue="true" />
17 <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
18 android:key="safe_browsing_extended_reporting"
19 android:title="@string/safe_browsing_extended_reporting_title"
20 android:summary="@string/safe_browsing_extended_reporting_summary" />
21 <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
22 android:key="safe_browsing"
23 android:title="@string/safe_browsing_title"
24 android:summary="@string/safe_browsing_summary" />
26 <!-- Only one of these network prediction preferences will be shown, depending on whether
27 the device has cellular support. -->
28 <org.chromium.chrome.browser.preferences.privacy.NetworkPredictionPreference
29 android:key="network_predictions"
30 android:title="@string/network_predictions_title"
31 android:entries="@array/bandwidth_entries"
32 android:entryValues="@array/bandwidth_entry_values"
33 android:defaultValue="@string/network_prediction_wifi_only_value" />
34 <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
35 android:key="network_predictions_no_cellular"
36 android:title="@string/network_predictions_title"
37 android:summary="@string/network_predictions_summary"
38 android:defaultValue="true" />
40 <!-- Only one of these "Usage and crash reports" preferences will be shown, depending on whether
41 the device has cellular support. -->
42 <org.chromium.chrome.browser.preferences.privacy.CrashDumpUploadPreference
43 android:key="crash_dump_upload"
44 android:title="@string/crash_dump_upload_title"
45 android:entries="@array/crash_upload_entries"
46 android:entryValues="@array/crash_upload_values"
47 android:defaultValue="@string/crash_dump_never_upload_value" />
48 <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
49 android:key="crash_dump_upload_no_cellular"
50 android:title="@string/crash_dump_upload_title"
51 android:defaultValue="false" />
53 android:key="usage_and_crash_reports"
54 android:title="@string/usage_and_crash_reports_title"
55 android:fragment="org.chromium.chrome.browser.preferences.privacy.UsageAndCrashReportsPreferenceFragment" />
58 android:fragment="org.chromium.chrome.browser.preferences.privacy.DoNotTrackPreference"
59 android:key="do_not_track"
60 android:title="@string/do_not_track_title" />
62 android:key="contextual_search"
63 android:title="@string/contextual_search_title"
64 android:fragment="org.chromium.chrome.browser.preferences.privacy.ContextualSearchPreferenceFragment" />
65 <org.chromium.chrome.browser.preferences.ButtonPreference
66 android:key="clear_browsing_data"
67 android:title="@string/clear_browsing_data_title" />