-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Currently the app install receiver causes some unecesary work:
- It gets called multiple times for one single (un)installation: See here for more info about the Intent Actions necessary for the receiver - ADDED, CHANGED and FULLY_REMOVED should suffice.
- It refreshes when an app gets uninstalled: Corresponding entries could simply be removed instead.
- It always refreshes the whole list: The package name from the (un)installed app is included in the intent passed to onReceive() (but I couldn't yet find a way to query all the information that's needed by FAST for a single package).
Also I think the Receiver should delete corresponding icons from cache to either clean up when uninstalling or to cause an icon refresh for an updated application.
Metadata
Metadata
Assignees
Labels
No labels