ArtistGui icon indicating copy to clipboard operation
ArtistGui copied to clipboard

Loader optimization: Reuse already build AppList for package removal & installation

Open partipan-dot opened this issue 7 years ago • 0 comments

Currently the BroadcastReceiver (AppListChangedReceiver) which listens for Intent.ACTION_PACKAGE_ADDED and Intent.ACTION_PACKAGE_REMOVED calls Loader.onContentChanged(). This calls forceLoad() on the AsyncTaskLoader. It'd be better to update the existing list instead of rebuilding the entire list.

partipan-dot avatar Nov 05 '17 22:11 partipan-dot