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

Commit 1c807fa6 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "AudioManager: restore getVolumeGroupIdForAttributes behavior" into tm-qpr-dev am: 02cdf72a

parents 77206948 02cdf72a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1409,7 +1409,7 @@ public class AudioManager {
    public int getVolumeGroupIdForAttributes(@NonNull AudioAttributes attributes) {
    public int getVolumeGroupIdForAttributes(@NonNull AudioAttributes attributes) {
        Preconditions.checkNotNull(attributes, "Audio Attributes must not be null");
        Preconditions.checkNotNull(attributes, "Audio Attributes must not be null");
        return AudioProductStrategy.getVolumeGroupIdForAudioAttributes(attributes,
        return AudioProductStrategy.getVolumeGroupIdForAudioAttributes(attributes,
                /* fallbackOnDefault= */ false);
                /* fallbackOnDefault= */ true);
    }
    }


    /**
    /**