Loading services/core/java/com/android/server/pm/InstantAppRegistry.java +1 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,7 @@ class InstantAppRegistry { } else { // Deleting an app prunes all instant state such as cookie deleteDir(getInstantApplicationDir(pkg.packageName, userId)); mCookiePersistence.cancelPendingPersistLPw(pkg, userId); removeAppLPw(userId, ps.appId); } } Loading Loading
services/core/java/com/android/server/pm/InstantAppRegistry.java +1 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,7 @@ class InstantAppRegistry { } else { // Deleting an app prunes all instant state such as cookie deleteDir(getInstantApplicationDir(pkg.packageName, userId)); mCookiePersistence.cancelPendingPersistLPw(pkg, userId); removeAppLPw(userId, ps.appId); } } Loading