0

I need handle event when I click on the APK file like this. enter image description here

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

Ken Kem
  • 635
  • 1
  • 6
  • 13

1 Answers1

0

When the app Installation complete. android os will send a broadcast android.intent.action.PACKAGE_ADDED you can use intent.getDataString() get the packageName

sanemars
  • 767
  • 5
  • 18