Loading services/core/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -14503,7 +14503,7 @@ public class ActivityManagerService extends IActivityManager.Stub brOptions.setDeferUntilActive(true); } if (ordered && brOptions != null && brOptions.isDeferUntilActive()) { if (mEnableModernQueue && ordered && brOptions != null && brOptions.isDeferUntilActive()) { throw new IllegalArgumentException("Ordered broadcasts can't be deferred until active"); } Loading
services/core/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -14503,7 +14503,7 @@ public class ActivityManagerService extends IActivityManager.Stub brOptions.setDeferUntilActive(true); } if (ordered && brOptions != null && brOptions.isDeferUntilActive()) { if (mEnableModernQueue && ordered && brOptions != null && brOptions.isDeferUntilActive()) { throw new IllegalArgumentException("Ordered broadcasts can't be deferred until active"); }