OSDN Git Service

Enable reverse tethering in BT settings screen.
authorJake Hamby <jhamby@google.com>
Fri, 17 Dec 2010 02:33:28 +0000 (18:33 -0800)
committerJake Hamby <jhamby@google.com>
Wed, 22 Dec 2010 22:54:33 +0000 (14:54 -0800)
commit39ef225e7c44a48aa9cfdf5c56ecd4ddfb95ae89
tree248e5203598c7f1006fab072cc47da5327bf66d1
parent9757e30dfa0ab691c4c15366568367e166071a7d
Enable reverse tethering in BT settings screen.

- Enable support for reverse tethering in BT settings.
- Add string resource for "Auto connect" preference.
- Remove unused imports and other minor cleanups.
- Add isConnectable() and isAutoConnectable() methods to Profile
  enum type and remove isConnectableProfile() method.

Change-Id: Ie606db04028a8278e98231f0671a388671f2f067
16 files changed:
res/values/strings.xml
src/com/android/settings/DockSettings.java
src/com/android/settings/bluetooth/BluetoothDevicePreference.java
src/com/android/settings/bluetooth/BluetoothEnabler.java
src/com/android/settings/bluetooth/BluetoothEventRedirector.java
src/com/android/settings/bluetooth/BluetoothProfilePreference.java
src/com/android/settings/bluetooth/BluetoothSettings.java
src/com/android/settings/bluetooth/CachedBluetoothDevice.java
src/com/android/settings/bluetooth/CachedBluetoothDeviceManager.java
src/com/android/settings/bluetooth/DeviceProfilesSettings.java
src/com/android/settings/bluetooth/DockEventReceiver.java
src/com/android/settings/bluetooth/DockService.java
src/com/android/settings/bluetooth/LocalBluetoothManager.java
src/com/android/settings/bluetooth/LocalBluetoothProfileManager.java
src/com/android/settings/bluetooth/RequestPermissionActivity.java
src/com/android/settings/bluetooth/SettingsBtStatus.java