I want to install an apk file and set a broadcast-receiver in order to catch information concerning install status.
I have prepared a BroadcastReceiver class :
You need to add the data scheme to your intent filter.
filter.addDataScheme("package");
Also, ACTION_PACKAGE_INSTALL was never in use.