am 58c24412: Merge change 3422 into donut

Merge commit '58c244125fc2d2067bf89e67a154f6ca2421fe36'

* commit '58c244125fc2d2067bf89e67a154f6ca2421fe36':
  Check AirplaneMode when enabling Bluetooth has finished.
This commit is contained in:
Android (Google) Code Review
2009-06-07 21:44:06 -07:00
committed by The Android Open Source Project

View File

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