Merge "Add Pair new device on Bluetooth screen" into pi-dev am: b87eb6aa06

am: c183f43dfe

Change-Id: I94d06345dc2911298b9a45634f989516a0939694
This commit is contained in:
hughchen
2018-05-10 21:25:34 -07:00
committed by android-build-merger

View File

@@ -15,5 +15,19 @@
--> -->
<PreferenceScreen <PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="bluetooth_switchbar_screen" android:key="bluetooth_switchbar_screen"
android:title="@string/bluetooth_settings_title" /> android:title="@string/bluetooth_settings_title">
<com.android.settingslib.RestrictedPreference
android:key="bluetooth_screen_add_bt_devices"
android:title="@string/connected_device_add_device_title"
android:icon="@drawable/ic_menu_add"
android:summary="@string/connected_device_add_device_summary"
android:fragment="com.android.settings.bluetooth.BluetoothPairingDetail"
settings:allowDividerAbove="true"
settings:userRestriction="no_config_bluetooth"
settings:useAdminDisabledSummary="true"
settings:controller="com.android.settings.connecteddevice.AddDevicePreferenceController"/>
</PreferenceScreen>