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

Commit bca70045 authored by William Escande's avatar William Escande
Browse files

Fix typo

Test: m Bluetooth | None needed
Bug: 292012468
Change-Id: Ide6ae909aaf74fea5e15855765ed1d6dfdf992c4
parent 6c4d2cd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5014,7 +5014,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);