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

Commit 2357cb85 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "[Bugfix]audio:force show safe volume warning dialog" am: 6c0a02ad am: 31b9ed66

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1563295

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic9cf25767beefbde1fc42a038149fb7b5102ce13
parents 2c4a4be6 31b9ed66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8129,6 +8129,7 @@ public class AudioService extends IAudioService.Stub
        public void postDisplaySafeVolumeWarning(int flags) {
            if (mController == null)
                return;
            flags = flags | AudioManager.FLAG_SHOW_UI;
            try {
                mController.displaySafeVolumeWarning(flags);
            } catch (RemoteException e) {