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

Commit 97231900 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Stop removing all APP_STANDBY_BUCKET_CHANGED messages." into sc-dev am: 5b6a2aff

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15331033

Change-Id: Id73767774382250f7e3e9089dd498c2adc72f627
parents e2a5a722 5b6a2aff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4635,7 +4635,6 @@ public class AlarmManagerService extends SystemService {
                Slog.d(TAG, "Package " + packageName + " for user " + userId + " now in bucket " +
                        bucket);
            }
            mHandler.removeMessages(AlarmHandler.APP_STANDBY_BUCKET_CHANGED);
            mHandler.obtainMessage(AlarmHandler.APP_STANDBY_BUCKET_CHANGED, userId, -1, packageName)
                    .sendToTarget();
        }