1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  Copyright (C) 2024 The Android Open Source Project
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9       http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16-->
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18    <PreferenceCategory
19        android:key="manage_data_preferences_category"
20        android:title="@string/manage_data_preferences_category_title">
21        <com.android.healthconnect.controller.shared.preference.HealthPreference
22            android:key="auto_delete"
23            android:title="@string/auto_delete_title"/>
24        <com.android.healthconnect.controller.shared.preference.HealthPreference
25            android:key="data_sources_and_priority"
26            android:title="@string/data_sources_and_priority_title"/>
27        <com.android.healthconnect.controller.shared.preference.HealthPreference
28            android:key="set_units"
29            android:title="@string/set_units_title"/>
30    </PreferenceCategory>
31    <PreferenceCategory
32        android:key="manage_data_category"
33        android:title="@string/manage_data_category_title">
34        <com.android.healthconnect.controller.shared.preference.HealthPreference
35            android:key="backup_and_restore"
36            android:title="@string/backup_and_restore_settings_screen_title"
37            android:summary="@string/backup_and_restore_settings_summary"/>
38    </PreferenceCategory>
39</PreferenceScreen>