Bluetooth: Add locale support during PBAP upgrade/ downgrade notification
Steps
1. Set DUT's locale language to Portuguese.
2. Receive PBAP connect request from remote
Observed result:
Profile showing notification in English.
Expected result:
The language of the notification should be same as system's.
Root cause:
The notification text is hardcoding with English strings in code.
Fix:
Add PBAP 1.2 notification related flags in xml to support locale,
also show notification text through localized version of
getString() instead of as hardcoded item from code and remove unused methods.
CRs-Fixed: 2619791
Change-Id: If8d385c396ec371b1c477800c48a226f9b33977c
1 file changed