summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSimon Dai <sdai@google.com>2019-06-24 15:28:02 -0700
committerJoseph Pirozzo <pirozzoj@google.com>2020-03-16 19:05:57 +0000
commit65bd91a08f78494f11638085974891edc4b50dca (patch)
tree51ecbf326a00db91e61f30b3c031d02afba47205 /res
parentedaa9c5dda402e5d80bfb99a7ed5c4ead012488f (diff)
downloadandroid_packages_apps_Bluetooth-65bd91a08f78494f11638085974891edc4b50dca.tar.gz
android_packages_apps_Bluetooth-65bd91a08f78494f11638085974891edc4b50dca.tar.bz2
android_packages_apps_Bluetooth-65bd91a08f78494f11638085974891edc4b50dca.zip
Add bluetooth prefs for Android Automotive
Add extra to BluetoothMediaBrowserService to redirect to settings when Bluetooth is not connected Fixes: 134514401 Test: verify extra in the media session state at startup and after disconnection. Change-Id: Iffbd6704eb82e02233b738c7ee06f5c4d8e3c0b5 (cherry picked from commit 6b9199e0548439300d41d70c7915012e2434ab78) Merged-In: Iffbd6704eb82e02233b738c7ee06f5c4d8e3c0b5 Change-Id: Ie5364fa2c0339c81e4444548d5e132caad789994
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1389e0d35..0204f9830 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -249,4 +249,5 @@
<string name="bluetooth_disconnected">Bluetooth audio disconnected"</string>
<string name="a2dp_sink_mbs_label">Bluetooth Audio</string>
<string name="bluetooth_opp_file_limit_exceeded">Files bigger than 4GB cannot be transferred</string>
+ <string name="bluetooth_connect_action">Connect to Bluetooth</string>
</resources>