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

Commit 96690252 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Fix typo" into main am: 1c2953e3

parents 3adf1639 1c2953e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5029,7 +5029,7 @@ public class AdapterService extends Service {
            if (service == null) {
                return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED;
            }
            if (!callerIsSystem(TAG, "setPreferredAudioProfiles")) {
            if (!callerIsSystem(TAG, "notifyActiveDeviceChangeApplied")) {
                return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ALLOWED;
            }
            requireNonNull(device);