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

Commit 9e9cac3f authored by Fred's avatar Fred Committed by Android (Google) Code Review
Browse files

Removed startService() call from BluetoothManagerService.

BT enable()/disable() are handled by using the binder interface

Change-Id: I0bb8d4984129706e424320241ca3ea7e12caf0d3

Conflicts:

	core/java/android/bluetooth/IBluetooth.aidl
parent 40781c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ interface IBluetooth
    int getState();
    boolean enable();
    boolean enableNoAutoConnect();
    boolean disable(boolean persist);
    boolean disable();

    String getAddress();
    ParcelUuid[] getUuids();