Merge changes I13495cad,I3a44c4c4,I15bff230,I8a492866,Ia7ffe34a
* changes: [Pair hearing devices] Add pair hearing device functionality [Pair hearing devices] Extract common behavior in BluetoothPairingDetail into Base class [Pair hearing devices] Add "Hearing devices" to show connected hearing devices [Pair hearing devices] Add "Saved devices" to show bonded but not connected hearing devices [Audio routing] Setup basic structure for audio routing page
This commit is contained in:
@@ -265,6 +265,23 @@
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Bluetooth audio routing settings: Titles for audio routing options -->
|
||||
<string-array name="bluetooth_audio_routing_titles">
|
||||
<item>Decide automatically</item>
|
||||
<item>Play on hearing device</item>
|
||||
<item>Play on phone speaker</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Bluetooth audio routing settings: Values for audio routing options -->
|
||||
<string-array name="bluetooth_audio_routing_values" translatable="false">
|
||||
<!-- Decide automatically -->
|
||||
<item>0</item>
|
||||
<!-- Play on hearing device -->
|
||||
<item>1</item>
|
||||
<!-- Play on phone speaker -->
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Match this with drawable.wifi_signal. --> <skip />
|
||||
<!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
|
||||
<string-array name="wifi_signal">
|
||||
|
||||
@@ -4545,6 +4545,8 @@
|
||||
<!-- Title for the hearing device pairing preference. [CHAR LIMIT=20] -->
|
||||
<string name="accessibility_hearing_device_pairing_title">Pair new device</string>
|
||||
<!-- Title for the preference category containing the connected hearing device group. [CHAR LIMIT=20]-->
|
||||
<string name="accessibility_hearing_device_connected_title">Hearing devices</string>
|
||||
<!-- Title for the preference category containing the previously connected hearing device group. [CHAR LIMIT=20]-->
|
||||
<string name="accessibility_hearing_device_saved_title">Saved devices</string>
|
||||
<!-- Title for the preference category containing the controls of the hearing device. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_hearing_device_control">Hearing device controls</string>
|
||||
@@ -4559,7 +4561,7 @@
|
||||
<!-- Title for the pair hearing device page. [CHAR LIMIT=25] -->
|
||||
<string name="accessibility_hearing_device_pairing_page_title">Pair hearing device</string>
|
||||
<!-- Title for the preference category containing the list of the available hearing during and after bluetooth scanning devices. [CHAR LIMIT=30] -->
|
||||
<string name="accessibility_found_hearing_devices">Available devices</string>
|
||||
<string name="accessibility_found_hearing_devices">Available hearing devices</string>
|
||||
<!-- Title for the preference category containing the all bluetooth devices during and after bluetooth scanning devices. Used when people can not find their hearing device in hearing device pairing list. [CHAR LIMIT=45] -->
|
||||
<string name="accessibility_found_all_devices">Don\u2019t see your hearing device?</string>
|
||||
<!-- Title for listing all bluetooth devices preference in the accessibility page. [CHAR LIMIT=40] -->
|
||||
|
||||
Reference in New Issue
Block a user