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

Commit 8d3df913 authored by Winson's avatar Winson Committed by Winson Chiu
Browse files

Fix PackageManagerService onlyCore and factoryTest ordering

A some point the constructor changed and these got mis-matched.

Bug: 150627423

Test: manual device boots

Change-Id: I0afa45db06c2cc6d2b384ca0f2d72dc4f5e9a264
parent 27f83cdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2506,7 +2506,7 @@ public class PackageManagerService extends IPackageManager.Stub
                (i, pm) -> AppsFilter.create(pm.mPmInternal, i),
                (i, pm) -> (PlatformCompat) ServiceManager.getService("platform_compat"));
        PackageManagerService m = new PackageManagerService(injector, factoryTest, onlyCore);
        PackageManagerService m = new PackageManagerService(injector, onlyCore, factoryTest);
        t.traceEnd(); // "create package manager"
        injector.getCompatibility().registerListener(SELinuxMMAC.SELINUX_LATEST_CHANGES,