How can I find android apk installation activity programmatically? I mean given the package name of the apk and I can find the installation activity that install this apk.
thanks.
How can I find android apk installation activity programmatically? I mean given the package name of the apk and I can find the installation activity that install this apk.
thanks.
I can provide a temporary solution for you which can help you. Include file observer in your app. This can be found from here.
Next is kepp the observer to detect only for .apk file open event listener then do what you want when it opens.
Note: This would be help if the user installs from the device.