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

Commit 8577a379 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

Change-Id: Id98508a68107841c6befd2ab4c81f18a8953da74
parents 98678381 c7a2372a
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();
        }
    }