Add new strings to Settings
There will be a new setting to enable to disable bluetooth
voicedialing while the lock screen is up. The strings need
to go in ASAP so that the translation people can see then,
although they are not yet referenced in the code.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 21135ca..00bba73 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -181,6 +181,14 @@
<!-- Bluetooth settings screen, Discoverable checkbox summary text -->
<string name="bluetooth_not_discoverable">Make device discoverable</string>
<!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
+ <!-- Bluetooth settings screen, check box label whether or not to allow
+ bluetooth voice dialing when lock screen is up-->
+ <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
+ <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
+ <string name="bluetooth_lock_voice_dialing_summary">i
+ Prevent use of the bluetooth dialer when the screen is locked
+ </string>
+
<string name="bluetooth_devices">Bluetooth devices</string>
<!-- Bluetooth settings screen, title for the current bluetooth name setting -->
<string name="bluetooth_device_name">Device name</string>