Add auto on toggle in settings.
Test: atest com.android.settings.bluetooth Bug: b/316822488 b/316985153 Flag: ACONFIG com.android.settingslib.flags.bluetooth_qs_tile_dialog_auto_on_toggle DISABLED Change-Id: Iaa8ce3d3f6e2ffa25d8b7a35b5f55f4774ac4a40
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/bluetooth_settings_title">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:key="bluetooth_auto_on_settings_toggle"
|
||||
android:title="@string/bluetooth_screen_auto_on_title"
|
||||
settings:controller="com.android.settings.bluetooth.BluetoothAutoOnPreferenceController"/>
|
||||
|
||||
<Preference
|
||||
android:key="bluetooth_screen_bt_pair_rename_devices"
|
||||
android:title="@string/bluetooth_device_name"
|
||||
|
||||
Reference in New Issue
Block a user