
If F-Droid or InstallManagerService get killed while an install is in progress, that install will ultimately broadcast back to InstallManagerService to manage the notifications. The state is gone since things have been killed, so include the Apk instance in the Intent that is included in the broadcasts so that InstallManagerService can fetch all required info from the database. closes #698