I want to detect when the user installs or deletes an app, and I didn't find a BroadcastReceiver
that does this.
In my app, I get the information about the installed apps with the class PackageManager
, but I don't want to scan the apps periodically. Is there any BroadcastReceiver
that does this? Or any ContentObserver
? Is it possible to get a notification that an app has been installed or removed?