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

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

Merge "Fix exception message" into main am: cb0c8061 am: b22537f9

parents fa362b2a b22537f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2314,8 +2314,8 @@ public final class BluetoothAdapter {
            Log.e(TAG, "Invalid profile param value in getActiveDevices");
            throw new IllegalArgumentException("Profiles must be one of "
                    + "BluetoothProfile.A2DP, "
                    + "BluetoothProfile.HEADSET, "
                    + "BluetoothProfile.HEARING_AID, or "
                    + "BluetoothProfile.HEARING_AID"
                    + "BluetoothProfile.LE_AUDIO");
        }
        mServiceLock.readLock().lock();