chromium/chrome/android/features/tab_ui/java/res/xml/tabs_settings.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 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">

    <Preference
        android:key="archive_settings_entrypoint"
        android:title="@string/archive_settings_title"
        android:fragment="org.chromium.chrome.browser.tasks.tab_management.TabArchiveSettingsFragment"
        app:allowDividerBelow="true" />
    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="auto_open_synced_tab_groups_switch"
        android:summary="@string/auto_open_synced_tab_groups_summary"/>
    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="show_tab_group_creation_dialog_switch"
        android:summary="@string/tab_group_creation_dialog_show_setting_text"/>
    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="share_titles_and_urls_with_os_switch"
        android:summary="@string/share_titles_and_urls_with_os_setting_text"
        android:visibility="invisible"
        app:allowDividerBelow="false"/>
    <org.chromium.components.browser_ui.settings.TextMessagePreference
        android:key="share_titles_and_urls_with_os_learn_more"
        android:summary="@string/share_titles_and_urls_with_os_learn_more_setting_text"
        android:visibility="invisible"
        app:allowDividerBelow="true"/>
</PreferenceScreen>