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

Commit 65b1a7c0 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Offer to scan cluster packages at boot.

Bug: 14975160
Change-Id: Ib637f68354b3d4ce4b5b23d875d8e94ccd497fd2
parent d746057f
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;
            }