diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 560e6e3c1d6..1b3abbf3ba6 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -255,6 +255,24 @@ TTLS + + + + + 2 Minutes + 5 Minutes + 1 Hour + Never + + + + + twomin + fivemin + onehour + never + + diff --git a/res/values/strings.xml b/res/values/strings.xml index ed6787f5ab6..4c2ae0fc5a0 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -184,9 +184,14 @@ Discoverable Discoverable for %1$s seconds\u2026 + + Discoverable Make device discoverable - + + Discoverable timeout + + Set how long device will be discoverable Lock voice dialing @@ -194,7 +199,7 @@ Prevent use of the bluetooth dialer when the screen is locked - + Bluetooth devices Device name @@ -243,9 +248,15 @@ "An application on your phone is requesting permission to make your phone discoverable by other Bluetooth devices for %1$d seconds. Do you want to do this?" + + "An application on your phone is requesting permission to make your phone always discoverable by other Bluetooth devices. Do you want to do this?" + "An application on your phone is requesting permission to turn on Bluetooth and to make your phone discoverable by other devices for %1$d seconds. Do you want to do this?" + + "An application on your phone is requesting permission to turn on Bluetooth and to make your phone discoverable by other devices. Do you want to do this?" + "Turning on Bluetooth\u2026" diff --git a/res/xml/bluetooth_settings.xml b/res/xml/bluetooth_settings.xml index 131f7a01ee5..0c16880278b 100644 --- a/res/xml/bluetooth_settings.xml +++ b/res/xml/bluetooth_settings.xml @@ -40,6 +40,14 @@ android:summaryOff="@string/bluetooth_not_discoverable" android:persistent="false" /> + +