Loading services/core/java/com/android/server/media/MediaSessionService.java +7 −0 Original line number Diff line number Diff line Loading @@ -767,6 +767,13 @@ public class MediaSessionService extends SystemService implements Monitor { + "setup is in progress."); return; } 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 " + "to the global priority session."); return; } synchronized (mLock) { // If we don't have a media button receiver to fall back on Loading Loading
services/core/java/com/android/server/media/MediaSessionService.java +7 −0 Original line number Diff line number Diff line Loading @@ -767,6 +767,13 @@ public class MediaSessionService extends SystemService implements Monitor { + "setup is in progress."); return; } 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 " + "to the global priority session."); return; } synchronized (mLock) { // If we don't have a media button receiver to fall back on Loading