Security fix: PBAP contacts and call history sharing

The text on Bluetooth device PBAP profile toggle is "Contact sharing".
But, PBAP will also share call history to remote device.
The text of toggle should inform user both contacts and call history
will be shared.

Bug: 231585645
Test: manual build. Check the PBAP profile string.
Change-Id: I20db37077b47ee6441353effafcb3b493361f3b3
This commit is contained in:
kuanyuhuang
2022-07-15 08:52:38 +00:00
parent 55b31cdc9c
commit 8b83094ae3

View File

@@ -246,9 +246,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">Contact sharing</string>
<string name="bluetooth_profile_pbap">Contacts and call history sharing</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 contact sharing</string>
<string name="bluetooth_profile_pbap_summary">Use for contacts and call history sharing</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. -->