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

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

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

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

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