blob: f5cccd3ce08eb1d9635dc3b456598da0247a5491 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
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"
android:orderingFromXml="false">
<PreferenceCategory
android:key="account_section"
android:order="0"
android:title="@string/prefs_section_account"/>
<org.chromium.chrome.browser.sync.settings.SignInPreference
android:key="sign_in"
android:order="1"
android:title="@string/sign_in_to_chrome"/>
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:key="sync_and_services"
android:order="2"
android:layout="@layout/account_management_account_row"
android:title="@string/prefs_sync_and_services"
android:fragment="org.chromium.chrome.browser.sync.settings.SyncAndServicesSettings"/>
<PreferenceCategory
android:key="basics_section"
android:order="3"
android:title="@string/prefs_section_basics"/>
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:fragment="org.chromium.chrome.browser.search_engines.settings.SearchEngineSettings"
android:key="search_engine"
android:order="4"
android:title="@string/search_engine_settings"/>
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:fragment="org.chromium.chrome.browser.settings.password.PasswordSettings"
android:key="passwords"
android:order="5"
android:title="@string/password_settings_title"/>
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:fragment="org.chromium.chrome.browser.autofill.settings.AutofillPaymentMethodsFragment"
android:key="autofill_payment_methods"
android:order="6"
android:title="@string/autofill_payment_methods"/>
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:fragment="org.chromium.chrome.browser.autofill.settings.AutofillProfilesFragment"
android:key="autofill_addresses"
android:order="7"
android:title="@string/autofill_addresses_settings_title"/>
<Preference
android:fragment="org.chromium.chrome.browser.notifications.settings.NotificationSettings"
android:key="notifications"
android:order="8"
android:title="@string/prefs_notifications"/>
<Preference
android:fragment="org.chromium.chrome.browser.settings.homepage.HomepageSettings"
android:key="homepage"
android:order="9"
android:title="@string/options_homepage_title"/>
<Preference
android:fragment="org.chromium.chrome.browser.night_mode.settings.ThemeSettingsFragment"
android:key="ui_theme"
android:order="10"
android:title="@string/theme_settings" />
<PreferenceCategory
android:key="advanced_section"
android:order="11"
android:title="@string/prefs_section_advanced"/>
<Preference
android:fragment="org.chromium.chrome.browser.settings.privacy.PrivacySettings"
android:key="privacy"
android:order="12"
android:title="@string/prefs_privacy"/>
<Preference
android:fragment="org.chromium.chrome.browser.settings.accessibility.AccessibilitySettings"
android:key="accessibility"
android:order="13"
android:title="@string/prefs_accessibility"/>
<Preference
android:fragment="org.chromium.chrome.browser.settings.website.SiteSettings"
android:key="content_settings"
android:order="14"
android:title="@string/prefs_site_settings"/>
<Preference
android:fragment="org.chromium.chrome.browser.settings.languages.LanguageSettings"
android:key="languages"
android:order="15"
android:title="@string/language_settings"/>
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:fragment="org.chromium.chrome.browser.datareduction.settings.DataReductionPreferenceFragment"
android:key="data_reduction"
android:order="16"
android:title="@string/data_reduction_title_lite_mode"/>
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:fragment="org.chromium.chrome.browser.settings.download.DownloadSettings"
android:key="downloads"
android:order="17"
android:title="@string/menu_downloads"/>
<Preference
android:fragment="org.chromium.chrome.browser.tracing.settings.DeveloperSettings"
android:key="developer"
android:order="18"
android:title="Developer options"/>
<Preference
android:fragment="org.chromium.chrome.browser.settings.about.AboutChromeSettings"
android:key="about_chrome"
android:order="19"
android:title="@string/prefs_about_chrome"/>
</PreferenceScreen>