diff options
| author | 2023-05-04 03:52:34 +0800 | |
|---|---|---|
| committer | 2023-05-04 03:52:34 +0800 | |
| commit | 349d58183412c0f907333f5a5c11047ba8e396b2 (patch) | |
| tree | 3f7a18e6788d88887df2c6d8386634a4e4186c17 | |
| parent | f94880bb2b4a126e2f914e7902a9c1f0216a4358 (diff) | |
Modify the string of LE audio
Bug: 280021500
Test: build pass.
Change-Id: I005e345d90d21fbe5dbad80937f9e717d869ec45
| -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. --> |