Bluetooth: Add locale support during MAP upgrade/ downgrade notification

Steps
1. Set DUT's locale language to Portuguese.
2. Receive MAP 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 MAP advance notification related flags in xml to support locale,
also show notification text through localized version of
getString() instead of as hardcoded item from code.

CRs-Fixed:  2619791
Change-Id: I4328d3cd94297dd5f0abee83cf836c84175c9010
1 file changed