blob: 7d7ce2113b5e0afc5b4bd0a76f230d95dae4cce9 [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"
xmlns:app="http://schemas.android.com/apk/res-auto">
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:key="os_permissions_warning" />
<org.chromium.chrome.browser.settings.ChromeBasePreference
android:key="os_permissions_warning_extra" />
<Preference
android:key="os_permissions_warning_divider"
android:layout="@layout/divider_preference" />
<org.chromium.chrome.browser.settings.TextMessagePreference
android:key="intrusive_ads_info"
android:title="@string/intrusive_ads_information"
android:icon="@drawable/btn_info"
app:iconTint="@color/default_icon_color" />
<Preference
android:key="intrusive_ads_info_divider"
android:layout="@layout/divider_preference" />
<PreferenceCategory
android:key="site_heading"
android:title="@string/website_settings_site_category" />
<org.chromium.chrome.browser.settings.TextMessagePreference
android:key="site_title" />
<PreferenceCategory
android:key="site_usage"
android:title="@string/website_settings_usage_category" />
<org.chromium.chrome.browser.settings.website.ClearWebsiteStorage
android:key="clear_data"
android:title="@string/webstorage_clear_data_dialog_title"
android:dialogMessage="@string/webstorage_clear_data_dialog_message"
android:positiveButtonText="@string/webstorage_clear_data_dialog_ok_button"
android:negativeButtonText="@string/cancel"
android:widgetLayout="@layout/clear_storage" />
<PreferenceCategory
android:key="site_permissions"
android:title="@string/website_settings_permissions_category" />
<!-- The order of the following items is from: http://crbug.com/610358. -->
<ListPreference
android:key="cookies_permission_list" />
<ListPreference
android:key="location_access_list" />
<ListPreference
android:key="camera_permission_list" />
<ListPreference
android:key="microphone_permission_list" />
<ListPreference
android:key="push_notifications_list" />
<ListPreference
android:key="javascript_permission_list" />
<ListPreference
android:key="popup_permission_list" />
<ListPreference
android:key="ads_permission_list" />
<ListPreference
android:key="background_sync_permission_list" />
<ListPreference
android:key="automatic_downloads_permission_list" />
<ListPreference
android:key="protected_media_identifier_permission_list" />
<ListPreference
android:key="sound_permission_list" />
<ListPreference
android:key="midi_sysex_permission_list" />
<ListPreference
android:key="clipboard_permission_list" />
<ListPreference
android:key="nfc_permission_list" />
<ListPreference
android:key="bluetooth_scanning_permission_list" />
<org.chromium.chrome.browser.settings.ButtonPreference
android:key="reset_site_button"
android:title="@string/website_reset" />
</PreferenceScreen>