Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56d69f01 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Offer to scan cluster packages at boot."

parents 1e47ff9f 65b1a7c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4110,7 +4110,8 @@ public class PackageManagerService extends IPackageManager.Stub {
        }
        for (File file : files) {
            if (!isApkFile(file)) {
            final boolean isPackage = isApkFile(file) || file.isDirectory();
            if (!isPackage) {
                // Ignore entries which are not apk's
                continue;
            }