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

Commit cb0c8061 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Fix exception message" into main

parents bb88b7ed 220ab261
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();