b/2005377 Fixed the problem where previously paired devics can't be access(grayed out) in Bluetooth settings after a reboot.

This commit is contained in:
Michael Chan
2009-08-14 13:57:25 -07:00
parent 110befc20e
commit 5eb32e86a2

View File

@@ -97,6 +97,8 @@ public class BluetoothDevicePreference extends Preference implements LocalBlueto
@Override
public boolean isEnabled() {
// Temp fix until we have 2053751 fixed in the framework
setEnabled(true);
return super.isEnabled() && !mIsBusy;
}