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

Commit 61118de7 authored by Zach Johnson's avatar Zach Johnson
Browse files

Parameterize enable instead of having two variants

Bug: 145171640
Test: comple & verify starts
Change-Id: I00db5ac4097b114949851cd3f647c38226294ed1
parent cb66d84a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -36,8 +36,7 @@ import android.os.ResultReceiver;
interface IBluetooth
{
    int getState();
    boolean enable();
    boolean enableNoAutoConnect();
    boolean enable(boolean quietMode);
    boolean disable();

    @UnsupportedAppUsage