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

Commit f566efe0 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am dde27194: am a4e2ec64: Merge "Fix Issue 26574: Service\'s onStartCommand...

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

* commit 'dde27194':
  Fix Issue 26574: Service's onStartCommand receiving incorrect flag...
parents 132a75f5 dde27194
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) {