Loading services/core/java/com/android/server/am/BroadcastQueue.java +3 −1 Original line number Diff line number Diff line Loading @@ -446,7 +446,9 @@ public final class BroadcastQueue { mHandler.removeCallbacksAndMessages(msgToken); // ...then schedule the removal of the token after the extended timeout mHandler.postAtTime(() -> { synchronized (mService) { app.removeAllowBackgroundActivityStartsToken(r); } }, msgToken, (r.receiverTime + mConstants.ALLOW_BG_ACTIVITY_START_TIMEOUT)); } Loading Loading
services/core/java/com/android/server/am/BroadcastQueue.java +3 −1 Original line number Diff line number Diff line Loading @@ -446,7 +446,9 @@ public final class BroadcastQueue { mHandler.removeCallbacksAndMessages(msgToken); // ...then schedule the removal of the token after the extended timeout mHandler.postAtTime(() -> { synchronized (mService) { app.removeAllowBackgroundActivityStartsToken(r); } }, msgToken, (r.receiverTime + mConstants.ALLOW_BG_ACTIVITY_START_TIMEOUT)); } Loading