OSDN Git Service

Allow users to change the length of Bluetooth discoverability to
authorChris Wren <cwren@google.com>
Tue, 1 Feb 2011 23:09:13 +0000 (15:09 -0800)
committerJaikumar Ganesh <jaikumar@google.com>
Wed, 2 Feb 2011 00:25:44 +0000 (16:25 -0800)
commit1b0489cb3eb051b2cf18aa2cb3110ff904c9ebe8
treee9ef3ae7ea7a75ab33bc1894dbb0ccb391e744b9
parent8e7aff2c4127ce2cac7ff2be7eabb7ede34a04ac
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
res/values/arrays.xml
res/values/strings.xml
res/xml/bluetooth_settings.xml
src/com/android/settings/bluetooth/BluetoothDiscoverableEnabler.java
src/com/android/settings/bluetooth/BluetoothSettings.java
src/com/android/settings/bluetooth/RequestPermissionActivity.java
src/com/android/settings/bluetooth/RequestPermissionHelperActivity.java