Merge "stopSelf() if there is no installed system image" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c7a2372ab6
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user