blob: 86d6d01ee310c3c6ca92a993d14e7540a0ff238e [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
jackqdyulei52ccb492017-05-10 14:57:16 -07007
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08008 http://www.apache.org/licenses/LICENSE-2.0
jackqdyulei52ccb492017-05-10 14:57:16 -07009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
jackqdyulei52ccb492017-05-10 14:57:16 -070019 android:title="@string/bluetooth_settings">
20
21 <Preference
Fan Zhangf57e1672017-07-12 10:18:54 -070022 android:key="device_name" />
jackqdyulei52ccb492017-05-10 14:57:16 -070023
24 <PreferenceCategory
25 android:key="paired_devices"
Fan Zhangf57e1672017-07-12 10:18:54 -070026 android:title="@string/bluetooth_paired_device_title" />
jackqdyulei52ccb492017-05-10 14:57:16 -070027
Fan Zhangf57e1672017-07-12 10:18:54 -070028 <PreferenceCategory>
jackqdyulei83720002017-06-01 18:11:13 -070029
Fan Zhangf57e1672017-07-12 10:18:54 -070030 <Preference
31 android:key="bt_rename_device"
32 android:title="@string/bluetooth_device_name"
33 android:summary="@string/summary_placeholder" />
34
35 <Preference
36 android:key="bt_received_files"
37 android:title="@string/bluetooth_show_received_files" />
38
39 </PreferenceCategory>
40
41 <com.android.settingslib.widget.FooterPreference />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080042
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080043</PreferenceScreen>