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

Commit 534f4d3e authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Revert "Revert "Keep old package manager constructor""

This reverts commit e7562113.

Reason for revert: Apparently this is used; b/179601086

NoNonSdkCheck: The original change erroneously removed the method from the block-list; this reinstates the method
Fixes: 179601086
Test: builds
Change-Id: I383bc0a0e2a319b24e11aa7a07a69603efff706f
parent 0622a76d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1797,6 +1797,7 @@ public class ApplicationPackageManager extends PackageManager {
        }
    }

    @UnsupportedAppUsage
    protected ApplicationPackageManager(ContextImpl context, IPackageManager pm) {
        mContext = context;
        mPM = pm;