Merge change 3422 into donut

* changes:
  Check AirplaneMode when enabling Bluetooth has finished.
This commit is contained in:
Android (Google) Code Review
2009-06-07 21:42:14 -07:00

View File

@@ -372,6 +372,10 @@ public class BluetoothDeviceService extends IBluetoothDevice.Stub {
mEventLoop.onModeChanged(getModeNative());
}
if (mIsAirplaneSensitive && isAirplaneModeOn()) {
disable(false);
}
}
}