OSDN Git Service

Zen Condition text and primary click changes
[android-x86/packages-apps-Settings.git] / res / xml / connected_devices_old.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2016 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
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
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"
19     android:key="connected_devices_screen"
20     android:title="@string/connected_devices_dashboard_title">
21
22     <com.android.settings.widget.MasterSwitchPreference
23       android:key="toggle_bluetooth"
24       android:title="@string/bluetooth_settings_title"
25       android:icon="@drawable/ic_settings_bluetooth"
26       android:order="-7"/>
27
28     <SwitchPreference
29         android:key="toggle_nfc"
30         android:title="@string/nfc_quick_toggle_title"
31         android:icon="@drawable/ic_nfc"
32         android:summary="@string/nfc_quick_toggle_summary"
33         android:order="-5"/>
34
35     <com.android.settingslib.RestrictedPreference
36         android:fragment="com.android.settings.nfc.AndroidBeam"
37         android:key="android_beam_settings"
38         android:title="@string/android_beam_settings_title"
39         android:icon="@drawable/ic_android"
40         android:order="-4"/>
41
42     <Preference
43         android:key="sms_mirroring"
44         android:title="@string/sms_mirroring_pref"
45         android:icon="@drawable/ic_sms_mirroring_24dp"
46         android:summary="@string/summary_placeholder"
47         android:order="-3"/>
48
49     <Preference
50         android:key="usb_mode"
51         android:title="@string/usb_pref"
52         android:icon="@drawable/ic_usb"
53         android:order="-2">
54         <intent android:action="android.intent.action.MAIN"
55                 android:targetPackage="com.android.settings"
56                 android:targetClass="com.android.settings.deviceinfo.UsbModeChooserActivity"/>
57     </Preference>
58
59     <PreferenceCategory
60         android:key="dashboard_tile_placeholder"
61         android:order="50"/>
62
63 </PreferenceScreen>