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

Commit 1094b7d7 authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Bluetooth: fix enableNoAutoConnect() call." into jb-mr1-dev

parents 0b24b1d3 10d7e8af
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1246,10 +1246,8 @@ public final class BluetoothAdapter {
     * @hide
     */
    public boolean enableNoAutoConnect() {
        try {
            return mService.enableNoAutoConnect();
        } catch (RemoteException e) {Log.e(TAG, "", e);}
        return false;
        // TODO avoid auto-connect in the new stack.
        return enable();
    }

    /**