Merge change 3422 into donut
* changes: Check AirplaneMode when enabling Bluetooth has finished.
This commit is contained in:
@@ -372,6 +372,10 @@ public class BluetoothDeviceService extends IBluetoothDevice.Stub {
|
||||
mEventLoop.onModeChanged(getModeNative());
|
||||
}
|
||||
|
||||
if (mIsAirplaneSensitive && isAirplaneModeOn()) {
|
||||
disable(false);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user