<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<org.chromium.chrome.browser.sync.settings.SyncErrorCardPreference
android:key="sync_error_card"
app:isPreferenceVisible="false"/>
<!-- This category is only shown for advanced sync consent flow. -->
<PreferenceCategory
android:key="syncing_category"
android:title="@string/syncing_category"
app:isPreferenceVisible="false"/>
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
android:key="sync_everything"
android:title="@string/sync_everything_pref"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_autofill"
android:title="@string/sync_autofill"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_bookmarks"
android:title="@string/sync_bookmarks"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_payments_integration"
android:title="@string/sync_payments_integration"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_history"
android:title="@string/sync_history"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_passwords"
android:title="@string/sync_passwords"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_reading_list"
android:title="@string/sync_reading_list"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_recent_tabs"
android:title="@string/sync_recent_tabs"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_settings"
android:title="@string/sync_settings"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBaseCheckBoxPreference
android:key="sync_apps"
android:title="@string/sync_apps"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeBasePreference
android:key="turn_off_sync"
android:title="@string/sign_out_and_turn_off_sync"
android:icon="@drawable/ic_signout_40dp"
app:isPreferenceVisible="false"/>
<PreferenceCategory
android:key="advanced_category"
android:title="@string/prefs_section_advanced"
app:isPreferenceVisible="false"/>
<org.chromium.components.browser_ui.settings.ChromeBasePreference
android:key="google_activity_controls"
android:title="@string/sign_in_google_activity_controls_title"
android:summary="@string/sign_in_google_activity_controls_summary"/>
<org.chromium.components.browser_ui.settings.ChromeBasePreference
android:key="encryption"
android:title="@string/sync_encryption"/>
<org.chromium.components.browser_ui.settings.ChromeBasePreference
android:key="sync_review_data"
android:title="@string/sync_review_data"/>
<!-- This category is only shown for advanced sync consent flow. -->
<PreferenceCategory
android:key="search_and_browse_category"
android:title="@string/search_and_browse_category"
app:isPreferenceVisible="false">
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
android:key="url_keyed_anonymized_data"
android:title="@string/url_keyed_anonymized_data_title"
android:summary="@string/url_keyed_anonymized_data_summary"/>
</PreferenceCategory>
</PreferenceScreen>