Fix duplicates work apps in launcher work folder after reboot
Cause: When we run heuristic.processUserApps(apps), "apps" could be outdated, as it's scheduled in mBindCompleteRunnables and only runs after bind completed. The fix is get an updated app list and reschedule processUserApps(). Test: Use DMAgent to activate work proifle, it does not show duplicated work icons anymore. Bug: 32650490 Change-Id: Ia705a24c6264c077af30cc4297c8b165744c827d
Loading
Please register or sign in to comment