I want to make a simple Android App that will download another app, install it and after that delete the downloaded file. I read on the internet that you can launch the install rather easy: Detect if application is installing
The think is I could not find how to detect if the install finished (or has returned an error). If anyone know how to detect installation ending please let me know.
I want to make a simple Android App that will download another app, install
Share
Try creating a
BroadcastReceiverwith an intent filter for Intent.ACTION_PACKAGE_ADDED