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

Commit 1c5d7b5d authored by William Escande's avatar William Escande
Browse files

SystemServer: Binder: Typo fixup

Bug: 311772251
Test: m service-bluetooth | no op cause it's a typo
Change-Id: I5917b91bbe0a72448c8c70a0bd1bb906a96e023a
parent e5bcf6bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ class BluetoothServiceBinder extends IBluetoothManager.Stub {

    @Override
    public boolean disable(AttributionSource source, boolean persist) {
        requireNonNull(source, "AttributionSource cannot be null in enableNoAutoConnect");
        requireNonNull(source, "AttributionSource cannot be null in disable");

        if (!persist) {
            mPermissionUtils.enforcePrivileged(mContext);