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

Commit 90d80bcc authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "AudioService: make sure intents are received by AudioService before 3p...

Merge "AudioService: make sure intents are received by AudioService before 3p apps" into udc-dev am: 1b4028c4 am: d1ef559b

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



Change-Id: I6353f43852c0be2396f43849ea9152498b37326b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a4044358 d1ef559b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1368,6 +1368,7 @@ public class AudioService extends IAudioService.Stub
        intentFilter.addAction(AudioEffect.ACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION);
        intentFilter.addAction(AudioEffect.ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION);
        intentFilter.addAction(ACTION_CHECK_MUSIC_ACTIVE);
        intentFilter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
        mContext.registerReceiverAsUser(mReceiver, UserHandle.ALL, intentFilter, null, null,
                Context.RECEIVER_EXPORTED);