Someone know the full name of the broadcast action to know when a new application is installed on android ?
It is for an anti-malware on android.
Thanks.
How to easily find broadcast actions.
Result:
http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_ADDED
this is what you are looking for android.intent.action.PACKAGE_INSTALL
Copyright © 2021 Jogjafile Inc.
How to easily find broadcast actions.
Result:
http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_ADDED