Loading services/core/java/com/android/server/pm/ShortcutService.java +3 −1 Original line number Diff line number Diff line Loading @@ -537,9 +537,11 @@ public class ShortcutService extends IShortcutService.Stub { synchronized (mLock) { // Clear the launcher cache for this user. It will be set again next time the default // launcher is read from RoleManager. if (isUserLoadedLocked(userId)) { getUserShortcutsLocked(userId).setCachedLauncher(null); } } } final private IUidObserver mUidObserver = new IUidObserver.Stub() { @Override Loading Loading
services/core/java/com/android/server/pm/ShortcutService.java +3 −1 Original line number Diff line number Diff line Loading @@ -537,9 +537,11 @@ public class ShortcutService extends IShortcutService.Stub { synchronized (mLock) { // Clear the launcher cache for this user. It will be set again next time the default // launcher is read from RoleManager. if (isUserLoadedLocked(userId)) { getUserShortcutsLocked(userId).setCachedLauncher(null); } } } final private IUidObserver mUidObserver = new IUidObserver.Stub() { @Override Loading