Add summary for auto on toggle in settings.
Test: atest Bug: b/375985757 Flag: EXEMPT minor fix Change-Id: I1c58f0510f00a33f22677ea4415478aa2bba4cea
This commit is contained in:
@@ -136,6 +136,8 @@
|
|||||||
<string name="keywords_add_bt_device">bluetooth</string>
|
<string name="keywords_add_bt_device">bluetooth</string>
|
||||||
<!-- Title for bluetooth auto on toggle [CHAR LIMIT=60] -->
|
<!-- Title for bluetooth auto on toggle [CHAR LIMIT=60] -->
|
||||||
<string name="bluetooth_screen_auto_on_title">Automatically turn on tomorrow</string>
|
<string name="bluetooth_screen_auto_on_title">Automatically turn on tomorrow</string>
|
||||||
|
<!-- Summary for bluetooth auto on toggle [CHAR LIMIT=60] -->
|
||||||
|
<string name="bluetooth_screen_auto_on_summary">If you turn off Bluetooth, it turns on again the next day</string>
|
||||||
|
|
||||||
|
|
||||||
<!-- Button to help user to pair right ear of the hearing aid device. It will show when only one of the hearing aid device set is connected. [CHAR LIMIT=20] -->
|
<!-- Button to help user to pair right ear of the hearing aid device. It will show when only one of the hearing aid device set is connected. [CHAR LIMIT=20] -->
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:key="bluetooth_auto_on_settings_toggle"
|
android:key="bluetooth_auto_on_settings_toggle"
|
||||||
android:title="@string/bluetooth_screen_auto_on_title"
|
android:title="@string/bluetooth_screen_auto_on_title"
|
||||||
|
android:summary="@string/bluetooth_screen_auto_on_summary"
|
||||||
settings:controller="com.android.settings.bluetooth.BluetoothAutoOnPreferenceController"/>
|
settings:controller="com.android.settings.bluetooth.BluetoothAutoOnPreferenceController"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
|
Reference in New Issue
Block a user