MAP: Add developer option to control map version

Bug: 146916756
Test: manual
Change-Id: I6015e5dae8e2c19549babe556b84a2c5b24dd669
Merged-In: If32db03072e02b7b2477c7da943b6b0e6a9be260
This commit is contained in:
Chienyuan
2019-12-27 16:44:28 +08:00
parent cd4113ba5c
commit 01f4f8432e
4 changed files with 206 additions and 0 deletions

View File

@@ -296,6 +296,13 @@
android:entries="@array/bluetooth_avrcp_versions"
android:entryValues="@array/bluetooth_avrcp_version_values" />
<ListPreference
android:key="bluetooth_select_map_version"
android:title="@string/bluetooth_select_map_version_string"
android:dialogTitle="@string/bluetooth_select_map_version_dialog_title"
android:entries="@array/bluetooth_map_versions"
android:entryValues="@array/bluetooth_map_version_values" />
<ListPreference
android:key="bluetooth_select_a2dp_codec"
android:title="@string/bluetooth_select_a2dp_codec_type"