Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 125127bb authored by weichinweng's avatar weichinweng
Browse files

Fix bluetooth can't turn off during network reset (1/3)

Remove disable Bluetooth action from AdapterService and move to
BluetoothManagerService.

Bug: 110181479
Test: manual
Change-Id: Iaaa82675f072406970afc97ebe754b29f28d9490
Merged-In: Iaaa82675f072406970afc97ebe754b29f28d9490
parent c7240d61
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1559,7 +1559,6 @@ public class AdapterService extends Service {
            if (service == null) {
                return false;
            }
            service.disable();
            return service.factoryReset();

        }