Merge "Add pair button in bluetooth details page for hearing aid device"
This commit is contained in:
@@ -136,6 +136,11 @@
|
||||
<!-- Keywords for bluetooth pairing item [CHAR LIMIT=30] -->
|
||||
<string name="keywords_add_bt_device">bluetooth</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] -->
|
||||
<string name="bluetooth_pair_right_ear_button">Pair right ear</string>
|
||||
<!-- Button to help user to pair left ear of the hearing aid device. It will show when only one of the hearing aid device set is connected. [CHAR LIMIT=20] -->
|
||||
<string name="bluetooth_pair_left_ear_button">Pair left ear</string>
|
||||
<!-- Connected devices settings. Title of the dialog to hint user to pair other ear of the hearing aid device. Shows when only one of the hearing aid device set is connected. [CHAR LIMIT=25] -->
|
||||
<string name="bluetooth_pair_other_ear_dialog_title">Pair your other ear</string>
|
||||
<!-- Connected devices settings. Message of the dialog to hint user to pair right ear of the hearing aid device. Shows when only left side of hearing aid device set is connected. [CHAR LIMIT=NONE] -->
|
||||
|
@@ -42,6 +42,12 @@
|
||||
settings:searchable="false"
|
||||
settings:controller="com.android.settings.bluetooth.LeAudioBluetoothDetailsHeaderController"/>
|
||||
|
||||
<com.android.settingslib.widget.ButtonPreference
|
||||
android:key="hearing_aid_pair_other_button"
|
||||
android:gravity="center" />
|
||||
<com.android.settings.applications.SpacePreference
|
||||
android:layout_height="8dp" />
|
||||
|
||||
<com.android.settingslib.widget.ActionButtonsPreference
|
||||
android:key="action_buttons"
|
||||
settings:allowDividerBelow="true"/>
|
||||
|
Reference in New Issue
Block a user