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">
|
||||
|
Reference in New Issue
Block a user