<?xml version="1.0" encoding="utf-8"?><!--
Copyright 2023 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">
<!-- In a restricted context, only the measurement preference is shown -->
<org.chromium.components.browser_ui.settings.ChromeBasePreference
android:key="ad_measurement"
android:title="@string/ad_privacy_page_ad_measurement_link_row_label"
android:icon="@drawable/ic_bar_chart_24dp"
android:fragment="org.chromium.chrome.browser.privacy_sandbox.AdMeasurementFragment"
app:iconTint="@macro/default_icon_color"
app:userAction="Settings.PrivacySandbox.AdMeasurement.Opened"
app:allowDividerBelow="false" />
</PreferenceScreen>