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

Commit 1d26b54d authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Parameterize enable instead of having two variants am: 61118de7 am: a6fd6a08

am: 0238f037

Change-Id: Iade216644e2c29a00130127b248588a02d6f68ec
parents a78e62fe 0238f037
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