Allow users to change the length of Bluetooth discoverability to
be two minues, five minutes, an hour, or forever discoverable. This addresses the internal bug 2413429: http://b/issue?id=2413429 and external issue 6348: http://code.google.com/p/android/issues/detail?id=6348 Original Author: Chris Wren <crwen@google.com> Modifications done by: Jaikumar Ganesh<jaikumar@google.com> Change-Id: Ie12e56ac41aa01a161d263c7525b6e021d4eeb1f
This commit is contained in:
committed by
Jaikumar Ganesh
parent
8e7aff2c41
commit
1b0489cb3e
@@ -294,6 +294,24 @@
|
||||
<item>TTLS</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Bluetooth Settings -->
|
||||
|
||||
<!-- Discoverable mode timeout options -->
|
||||
<string-array name="bluetooth_visibility_timeout_entries">
|
||||
<item>2 Minutes</item>
|
||||
<item>5 Minutes</item>
|
||||
<item>1 Hour</item>
|
||||
<item>Never</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Values for visibility_duration_entries matching constants in BluetoothSettings. Do not translate. -->
|
||||
<string-array name="bluetooth_visibility_timeout_values" translatable="false">
|
||||
<item>twomin</item>
|
||||
<item>fivemin</item>
|
||||
<item>onehour</item>
|
||||
<item>never</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Match this with drawable.wifi_signal. --> <skip />
|
||||
<!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
|
||||
<string-array name="wifi_signal">
|
||||
|
||||
Reference in New Issue
Block a user