Loading packages/SettingsLib/res/values/arrays.xml +14 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,20 @@ <item>avrcp16</item> </string-array> <!-- Titles for Bluetooth MAP Versions --> <string-array name="bluetooth_map_versions"> <item>MAP 1.2 (Default)</item> <item>MAP 1.3</item> <item>MAP 1.4</item> </string-array> <!-- Values for Bluetooth MAP Versions --> <string-array name="bluetooth_map_version_values"> <item>map12</item> <item>map13</item> <item>map14</item> </string-array> <!-- Titles for Bluetooth Audio Codec selection preference. [CHAR LIMIT=50] --> <string-array name="bluetooth_a2dp_codec_titles"> <item>Use System Selection (Default)</item> Loading packages/SettingsLib/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -597,6 +597,11 @@ <!-- UI debug setting: Select Bluetooth AVRCP Version --> <string name="bluetooth_select_avrcp_version_dialog_title">Select Bluetooth AVRCP Version</string> <!-- UI debug setting: Select Bluetooth MAP Version [CHAR LIMIT=NONE] --> <string name="bluetooth_select_map_version_string">Bluetooth MAP Version</string> <!-- UI debug setting: Select Bluetooth MAP Version [CHAR LIMIT=NONE] --> <string name="bluetooth_select_map_version_dialog_title">Select Bluetooth MAP Version</string> <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection --> <string name="bluetooth_select_a2dp_codec_type">Bluetooth Audio Codec</string> <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection --> Loading Loading
packages/SettingsLib/res/values/arrays.xml +14 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,20 @@ <item>avrcp16</item> </string-array> <!-- Titles for Bluetooth MAP Versions --> <string-array name="bluetooth_map_versions"> <item>MAP 1.2 (Default)</item> <item>MAP 1.3</item> <item>MAP 1.4</item> </string-array> <!-- Values for Bluetooth MAP Versions --> <string-array name="bluetooth_map_version_values"> <item>map12</item> <item>map13</item> <item>map14</item> </string-array> <!-- Titles for Bluetooth Audio Codec selection preference. [CHAR LIMIT=50] --> <string-array name="bluetooth_a2dp_codec_titles"> <item>Use System Selection (Default)</item> Loading
packages/SettingsLib/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -597,6 +597,11 @@ <!-- UI debug setting: Select Bluetooth AVRCP Version --> <string name="bluetooth_select_avrcp_version_dialog_title">Select Bluetooth AVRCP Version</string> <!-- UI debug setting: Select Bluetooth MAP Version [CHAR LIMIT=NONE] --> <string name="bluetooth_select_map_version_string">Bluetooth MAP Version</string> <!-- UI debug setting: Select Bluetooth MAP Version [CHAR LIMIT=NONE] --> <string name="bluetooth_select_map_version_dialog_title">Select Bluetooth MAP Version</string> <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection --> <string name="bluetooth_select_a2dp_codec_type">Bluetooth Audio Codec</string> <!-- UI debug setting: Trigger Bluetooth Audio Codec Selection --> Loading