Add developer menu to select max number of connected audio devices
The new developer option modifies the system property "persist.bluetooth.maxconnectedaudiodevices"; it allows testing multiple connected devices for A2DP, AVRCP, HFP. Bug: 71603731 Test: Robolectric test Change-Id: Ie7887065f98193f4f34e0ff4a29959694e417124
This commit is contained in:
@@ -309,6 +309,24 @@
|
||||
<item>Never time out</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Bluetooth developer settings: Titles for maximum number of connected audio devices -->
|
||||
<string-array name="bluetooth_max_connected_audio_devices">
|
||||
<item>1 (Default)</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Bluetooth developer settings: Values for maximum number of connected audio devices -->
|
||||
<string-array name="bluetooth_max_connected_audio_devices_values">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</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