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

Commit dfedca4e authored by Jaewan Kim's avatar Jaewan Kim
Browse files

DO NOT MERGE Fix build

Bug: 29833954
Change-Id: Ia814969b516ac7cc0ad7431ebab40cc74fdf2a05
parent 4e9af38e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ public class MediaSessionService extends SystemService implements Monitor {
            if (isGlobalPriorityActive() && uid != Process.SYSTEM_UID) {
                // Prevent dispatching key event through reflection while the global priority
                // session is active.
                Slog.i(TAG, "Only the system can dispatch media key event "
                Log.w(TAG, "Only the system can dispatch media key event "
                        + "to the global priority session.");
                return;
            }