chromium/chrome/browser/privacy_sandbox/android/java/res/xml/privacy_sandbox_preferences.xml

<?xml version="1.0" encoding="utf-8"?><!--
Copyright 2022 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.ChromeBasePreference
        android:key="topics"
        android:title="@string/ad_privacy_page_topics_link_row_label"
        android:icon="@drawable/ic_interests_24dp"
        android:fragment="org.chromium.chrome.browser.privacy_sandbox.TopicsFragment"
        app:iconTint="@macro/default_icon_color"
        app:userAction="Settings.PrivacySandbox.Topics.Opened" />
    <org.chromium.components.browser_ui.settings.ChromeBasePreference
        android:key="fledge"
        android:title="@string/ad_privacy_page_fledge_link_row_label"
        android:icon="@drawable/ic_checklist_24dp"
        android:fragment="org.chromium.chrome.browser.privacy_sandbox.FledgeFragment"
        app:iconTint="@macro/default_icon_color"
        app:userAction="Settings.PrivacySandbox.Fledge.Opened" />
    <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>