| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2026 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.components.browser_ui.settings.ChromeSwitchPreference |
| android:key="universal_opt_out_switch" |
| android:summary="@string/universal_opt_out_title" /> |
| |
| <org.chromium.components.browser_ui.settings.ClickableSpansTextMessagePreference |
| android:key="universal_opt_out_info_text" |
| android:summary="@string/universal_opt_out_info_text" |
| app:allowDividerBelow="false" /> |
| |
| </PreferenceScreen> |