Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading