Only and if there are any there.
This commit is contained in:
parent
25edfffcbe
commit
69816b5b82
@ -57,8 +57,10 @@ public class AppUpdateStatusService extends IntentService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AppUpdateStatusManager.getInstance(this).addApks(apksReadyToInstall, AppUpdateStatusManager.Status.ReadyToInstall);
|
if (apksReadyToInstall.size() > 0) {
|
||||||
InstallManagerService.managePreviouslyDownloadedApks(this);
|
AppUpdateStatusManager.getInstance(this).addApks(apksReadyToInstall, AppUpdateStatusManager.Status.ReadyToInstall);
|
||||||
|
InstallManagerService.managePreviouslyDownloadedApks(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user