diff options
| author | 2025-03-18 22:37:51 -0700 | |
|---|---|---|
| committer | 2025-03-18 22:37:51 -0700 | |
| commit | 3f7b4cb595e228c59ed57cc344907720378af8af (patch) | |
| tree | b429a7179f51a32787b62aa21acee99e58c2b8ee | |
| parent | 3bfa264fa312385934a6fab7e7c765cebca7074f (diff) | |
| parent | 8c0c4f8d7695f4f1fad4ed0e84a5ad5fa75cae1e (diff) | |
Merge "Increase CHAR LIMIT for bluetooth_profile_pbap string translation" into main
| -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 1297aa3ff7d5..6a7e048b577a 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -288,7 +288,7 @@ <string name="bluetooth_profile_hid">Input device</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] --> <string name="bluetooth_profile_pan">Internet access</string> - <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] --> + <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=80] --> <string name="bluetooth_profile_pbap">Allow access to contacts and call history</string> <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] --> <string name="bluetooth_profile_pbap_summary">Info will be used for call announcements and more</string> |