diff options
| author | 2023-05-06 00:42:40 +0000 | |
|---|---|---|
| committer | 2023-05-06 00:42:40 +0000 | |
| commit | 7ed617c5e94d22c7eb696dee9e48656a3a58b37f (patch) | |
| tree | e1c5940c4d43728058a2eab6bfec63e7dd656aab | |
| parent | 74ad406b7cc2f19096780487178f4f673ce60095 (diff) | |
| parent | 349d58183412c0f907333f5a5c11047ba8e396b2 (diff) | |
Merge "Modify the string of LE audio" into udc-dev
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 214c9035fc8e..4e7579277aee 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -244,7 +244,7 @@ <!-- Bluetooth settings. The user-visible string that is used whenever referring to the Hearing Aid profile. --> <string name="bluetooth_profile_hearing_aid">Hearing Aids</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the LE audio profile. --> - <string name="bluetooth_profile_le_audio">LE audio</string> + <string name="bluetooth_profile_le_audio">LE audio (experimental)</string> <!-- Bluetooth settings. Connection options screen. The summary for the Hearing Aid checkbox preference when Hearing Aid is connected. --> <string name="bluetooth_hearing_aid_profile_summary_connected">Connected to Hearing Aids</string> <!-- Bluetooth settings. Connection options screen. The summary for the LE audio checkbox preference when LE audio is connected. --> |