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

Commit d8f10240 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix Issue 26574: Service's onStartCommand receiving incorrect flag...

...parameter for Intents

Change-Id: I2e2332c87e008c7ad6a89e17ae3f732c78e376ef
parent 4a337ec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11049,7 +11049,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) {