diff options
author | 2023-08-10 12:52:54 +0800 | |
---|---|---|
committer | 2023-08-14 03:30:58 +0000 | |
commit | 3ea396f69f7bb8362b8ceb97eda070d78a221bf2 (patch) | |
tree | d781492e04a21f2999e423fd326ce929b8ad2ecb | |
parent | c95f92b3235f24f71b37ca2670047dc8f2d9a243 (diff) |
Update string for phonebook access profile
Test: local tested
BUG: 274521434
Change-Id: I698c429cc1757a45bf41049182a3c94a1222b4d3
-rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index dab3bcb9ed9c..0acce0385f2f 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -225,9 +225,9 @@ <!-- 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] --> - <string name="bluetooth_profile_pbap">Contacts and call history sharing</string> + <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">Use for contacts and call history sharing</string> + <string name="bluetooth_profile_pbap_summary">Info will be used for call announcements and more</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40] --> <string name="bluetooth_profile_pan_nap">Internet connection sharing</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. --> |