Loading packages/DynamicSystemInstallationService/src/com/android/dynandroid/DynamicSystemInstallationService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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(); } } Loading Loading
packages/DynamicSystemInstallationService/src/com/android/dynandroid/DynamicSystemInstallationService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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(); } } Loading