Fix some Bluetooth settings bugs.
- Remove BluetoothFindNearby.java (no longer used) - Show message when Bluetooth is turning off - Fix case where device name sometimes didn't show when turning BT on - Disable "Rename device" and "Visibility timeout" menus when BT is off - Remove "Got onDeviceAdded, but cachedDevice already exists" log message - Never show "Rename device" in action menu (bug 5064378) - Show discovery time remaining as "m:ss", not "mm:ss" (bug 5064104) Bug: 5064378 Bug: 5064104 Change-Id: I79609dfdad61993a28cff64c9e082870ff74d180
This commit is contained in:
@@ -290,9 +290,12 @@
|
||||
<string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet">"An application on your tablet is requesting permission to turn on Bluetooth and to make your tablet discoverable by other devices. Do you want to do this?"</string>
|
||||
<string name="bluetooth_ask_enablement_and_lasting_discovery" product="default">"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?"</string>
|
||||
|
||||
<!-- Strings for msg to display to user while bluetooth is turning on -->
|
||||
<!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] -->
|
||||
<string name="bluetooth_turning_on">"Turning Bluetooth on\u2026"</string>
|
||||
|
||||
<!-- Strings for msg to display to user while bluetooth is turning off [CHAR LIMIT=60] -->
|
||||
<string name="bluetooth_turning_off">"Turning Bluetooth off\u2026"</string>
|
||||
|
||||
<!-- Strings for device profile auto connect setting -->
|
||||
<string name="bluetooth_auto_connect">Auto connect</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user