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

Commit a4e2ec64 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix Issue 26574: Service's onStartCommand receiving incorrect flag..." into jb-dev

parents 13740708 d8f10240
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11057,7 +11057,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                    updateOomAdjLocked(r.app);
                }
                int flags = 0;
                if (si.deliveryCount > 0) {
                if (si.deliveryCount > 1) {
                    flags |= Service.START_FLAG_RETRY;
                }
                if (si.doneExecutingCount > 0) {