summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorCasper Bonde <c.bonde@samsung.com>2015-03-19 10:01:53 +0100
committerAndre Eisenbach <eisenbach@google.com>2015-04-16 00:11:09 -0700
commitcee0d1b1f13b4401a895be650605fa307e70bdb6 (patch)
treed9e63d9f85c28882def7719b22e3c9488a03e344 /res/values
parentf19f1ac64a5fefb248ab15b918d009b926c99dde (diff)
downloadandroid_packages_apps_Bluetooth-cee0d1b1f13b4401a895be650605fa307e70bdb6.tar.gz
android_packages_apps_Bluetooth-cee0d1b1f13b4401a895be650605fa307e70bdb6.tar.bz2
android_packages_apps_Bluetooth-cee0d1b1f13b4401a895be650605fa307e70bdb6.zip
Add support for Bluetooth Sim Access Profile (3/4)
Server side of the Sim Access Profile. Enables a Bluetooth device to take over control of the SIM. This is usefull in cars where the internal antenna in the phone can have a low signal level. For this profile to work, the RIL driver must allow for this feature to be used, and it must provide the API needed. The API is based on protoBuf. This change includes some SAP test cases. Change-Id: Ia46493383efed6b8a89ca270bdafa60fc1a150c1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml1
-rw-r--r--res/values/strings_sap.xml9
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index f2b4ebb2a..c023e8164 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -27,4 +27,5 @@
<bool name="pbap_use_profile_for_owner_vcard">true</bool>
<bool name="profile_supported_map">true</bool>
<bool name="profile_supported_avrcp_controller">false</bool>
+ <bool name="profile_supported_sap">true</bool>
</resources>
diff --git a/res/values/strings_sap.xml b/res/values/strings_sap.xml
new file mode 100644
index 000000000..dd1dbcd0e
--- /dev/null
+++ b/res/values/strings_sap.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="bluetooth_sap_notif_title">Bluetooth SIM access</string>
+ <string name="bluetooth_sap_notif_ticker">Bluetooth SIM Access</string>
+ <string name="bluetooth_sap_notif_message">Request client to disconnect?</string>
+ <string name="bluetooth_sap_notif_disconnecting">Waiting for client to disconnect</string>
+ <string name="bluetooth_sap_notif_disconnect_button">Disconnect</string>
+ <string name="bluetooth_sap_notif_force_disconnect_button">Force disconnect</string>
+</resources>