I need handle event when I click on the APK file like this.
I want to do something when this dialog show out, don't need handle events of buttons "Cancel" or "Install". How can I do that
I need handle event when I click on the APK file like this.
I want to do something when this dialog show out, don't need handle events of buttons "Cancel" or "Install". How can I do that
When the app Installation complete. android os will send a broadcast android.intent.action.PACKAGE_ADDED you can use intent.getDataString() get the packageName