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

Commit 56f24e47 authored by Po-Chien Hsueh's avatar Po-Chien Hsueh Committed by android-build-merger
Browse files

Merge "stopSelf() if there is no installed system image" into qt-dev am: c7a2372a

am: 8577a379

Change-Id: I1fb044c29fcbaf663f6f6b2f07ef47e28f7686d7
parents 29999d8a 8577a379
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -326,6 +326,8 @@ public class DynamicSystemInstallationService extends Service
        } else if (status == STATUS_READY) {
            startForeground(NOTIFICATION_ID,
                    buildNotification(STATUS_READY, CAUSE_NOT_SPECIFIED));
        } else {
            stopSelf();
        }
    }