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

Commit aea6bcd6 authored by ugo_yu's avatar ugo_yu Committed by android-build-merger
Browse files

Merge \\"Correct typo in BluetoothSap binder\\" into nyc-mr1-dev am: 0db08ca3e7

am: a2fa4558

Change-Id: I2e99a9b8a408abe4eba6c66f5354b0411b69f2cf
parents a8831ad7 a2fa4558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public final class BluetoothSap implements BluetoothProfile {
    }

    boolean doBind() {
        Intent intent = new Intent(IBluetoothMap.class.getName());
        Intent intent = new Intent(IBluetoothSap.class.getName());
        ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0);
        intent.setComponent(comp);
        if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,