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

Commit 10042f91 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am 498985e0: am 34e75a9b: am c1aaeead: am 698250fa: Merge "Media button intent...

am 498985e0: am 34e75a9b: am c1aaeead: am 698250fa: Merge "Media button intent should be send to current user only." into mnc-dev

* commit '498985e0':
  Media button intent should be send to current user only.
parents 745f3803 498985e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -988,7 +988,7 @@ public class MediaSessionService extends SystemService implements Monitor {
                        keyIntent.putExtra(EXTRA_WAKELOCK_ACQUIRED,
                                WAKELOCK_RELEASE_ON_FINISHED);
                    }
                    getContext().sendOrderedBroadcastAsUser(keyIntent, UserHandle.ALL,
                    getContext().sendOrderedBroadcastAsUser(keyIntent, UserHandle.CURRENT,
                            null, mKeyEventDone, mHandler, Activity.RESULT_OK, null, null);
                }
            }