From 5d2595f05182910c1dd0ed1302bf59071b55ae79 Mon Sep 17 00:00:00 2001 From: Kim Schulz Date: Thu, 22 Aug 2013 10:59:09 +0200 Subject: MAP 1.1 Review fixes - Fixes to the issues found during review. - added support for BluetoothProfile ProfileService Classes - Added new MapProfile.java to comply with new structure - changed ORDINAL to use BluetoothProfile.MAP directly - Moved construction of MapProfile to LocalBluetoothProfileManager constructor - Added support for multiple concurent permission activities and/or multiple notifications (i.e. pbap and map permission request right after each other) - cleanup - changed settings to use Notification.Builder - made the notifications for map/pbab more informative - added handling of back button + "clear all notifications" Bug:10692365 Change-Id: I9803c9658a96b1a9c1d4734d2fdd22f1421d2827 --- res/values/strings.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'res/values') diff --git a/res/values/strings.xml b/res/values/strings.xml index 492697d..fd1bd66 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -276,6 +276,8 @@ Connected (no phone) Connected (no media) + + Connected (no message access) Connected (no phone or media) @@ -349,7 +351,7 @@ "Do you want to connect to \u0022%1$s\u0022?" - "Phone book request" + "Phone book access request" %1$s wants to access your contacts and call history. Give access to %2$s? @@ -360,7 +362,7 @@ Don\'t ask again - "Message request" + "Message access request" %1$s wants to access your messages. Give access to %2$s? @@ -1147,6 +1149,8 @@ Internet access Internet connection sharing + + Message Access %1$s will be disconnected from media audio. @@ -1179,6 +1183,8 @@ Connected to phone audio Connected to file transfer server + + Connected to map Not connected to file transfer server @@ -1202,6 +1208,8 @@ for the PAN checkbox preference that describes how checking it will set the PAN profile as preferred. --> Use for Internet access + + Use for map Dock Settings -- cgit v1.1