Loading services/core/java/com/android/server/pm/InstantAppRegistry.java +12 −12 Original line number Diff line number Diff line Loading @@ -879,7 +879,6 @@ public class InstantAppRegistry implements Watchable, Snappable { }); } synchronized (mLock) { if (packagesToDelete != null) { final int packageCount = packagesToDelete.size(); for (int i = 0; i < packageCount; i++) { Loading @@ -895,6 +894,7 @@ public class InstantAppRegistry implements Watchable, Snappable { } } synchronized (mLock) { // Prune uninstalled instant apps // TODO: Track last used time for uninstalled instant apps for better pruning for (int userId : mUserManager.getUserIds()) { Loading Loading
services/core/java/com/android/server/pm/InstantAppRegistry.java +12 −12 Original line number Diff line number Diff line Loading @@ -879,7 +879,6 @@ public class InstantAppRegistry implements Watchable, Snappable { }); } synchronized (mLock) { if (packagesToDelete != null) { final int packageCount = packagesToDelete.size(); for (int i = 0; i < packageCount; i++) { Loading @@ -895,6 +894,7 @@ public class InstantAppRegistry implements Watchable, Snappable { } } synchronized (mLock) { // Prune uninstalled instant apps // TODO: Track last used time for uninstalled instant apps for better pruning for (int userId : mUserManager.getUserIds()) { Loading