blob: 94052b672131590e11b0a454bdb04cd0ee6f1a30 [file] [log] [blame]
Antony Sargent04a3b212017-05-04 15:06:32 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2017 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
18 xmlns:android="http://schemas.android.com/apk/res/android"
tmfang3adb74e2018-11-09 20:21:14 +080019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Doris Ling03a3b512017-10-18 14:25:01 -070020 android:title="@string/device_details_title">
Antony Sargent04a3b212017-05-04 15:06:32 -070021
tmfangdce94bb2018-11-26 18:41:01 +080022 <com.android.settingslib.widget.LayoutPreference
Antony Sargent1b6e7d72017-06-29 15:32:12 -070023 android:key="bluetooth_device_header"
24 android:layout="@layout/settings_entity_header"
tmfang3adb74e2018-11-09 20:21:14 +080025 android:selectable="false"
jackqdyulei1fc76292019-01-08 16:20:52 -080026 settings:allowDividerBelow="true"
27 settings:searchable="false"/>
28
29 <com.android.settingslib.widget.LayoutPreference
30 android:key="advanced_bluetooth_device_header"
31 android:layout="@layout/advanced_bt_entity_header"
32 android:selectable="false"
33 settings:allowDividerBelow="true"
34 settings:searchable="false"
35 settings:controller="com.android.settings.bluetooth.AdvancedBluetoothDetailsHeaderController"/>
Antony Sargent1b6e7d72017-06-29 15:32:12 -070036
tmfang8ad18fb2018-11-28 16:59:15 +080037 <com.android.settingslib.widget.ActionButtonsPreference
jackqdyuleicf6374e2018-12-10 13:27:25 -080038 android:key="action_buttons"
39 settings:allowDividerBelow="true"/>
40
41 <com.android.settings.slices.SlicePreference
42 android:key="bt_device_slice"
jackqdyulei22904a02018-12-27 14:40:09 -080043 settings:controller="com.android.settings.slices.BlockingSlicePrefController"
jackqdyuleicf6374e2018-12-10 13:27:25 -080044 settings:allowDividerBelow="true"
45 settings:allowDividerAbove="true"/>
Antony Sargent04a3b212017-05-04 15:06:32 -070046
47 <PreferenceCategory
48 android:key="bluetooth_profiles"/>
49
Sunny Shao660b36e2019-08-08 15:43:38 +080050 <com.android.settingslib.widget.FooterPreference
51 android:key="device_details_footer"
52 android:selectable="false"
53 settings:searchable="false"
54 settings:controller="com.android.settings.bluetooth.BluetoothDetailsMacAddressController"/>
55
Antony Sargent04a3b212017-05-04 15:06:32 -070056</PreferenceScreen>