The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1 | <?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 |
jackqdyulei | 52ccb49 | 2017-05-10 14:57:16 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
jackqdyulei | 52ccb49 | 2017-05-10 14:57:16 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 10 | 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" |
jackqdyulei | 52ccb49 | 2017-05-10 14:57:16 -0700 | [diff] [blame] | 19 | android:title="@string/bluetooth_settings"> |
| 20 | |
| 21 | <Preference |
Fan Zhang | f57e167 | 2017-07-12 10:18:54 -0700 | [diff] [blame] | 22 | android:key="device_name" /> |
jackqdyulei | 52ccb49 | 2017-05-10 14:57:16 -0700 | [diff] [blame] | 23 | |
| 24 | <PreferenceCategory |
| 25 | android:key="paired_devices" |
Fan Zhang | f57e167 | 2017-07-12 10:18:54 -0700 | [diff] [blame] | 26 | android:title="@string/bluetooth_paired_device_title" /> |
jackqdyulei | 52ccb49 | 2017-05-10 14:57:16 -0700 | [diff] [blame] | 27 | |
Fan Zhang | f57e167 | 2017-07-12 10:18:54 -0700 | [diff] [blame] | 28 | <PreferenceCategory> |
jackqdyulei | 8372000 | 2017-06-01 18:11:13 -0700 | [diff] [blame] | 29 | |
Fan Zhang | f57e167 | 2017-07-12 10:18:54 -0700 | [diff] [blame] | 30 | <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 Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 42 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 43 | </PreferenceScreen> |