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

Commit b1467faa authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Using the correct package name for ContentResolver" into lmp-dev

parents b1644e15 2bcb97bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2237,7 +2237,6 @@ class ContextImpl extends Context {
        mUser = user;

        mPackageInfo = packageInfo;
        mContentResolver = new ApplicationContentResolver(this, mainThread, user);
        mResourcesManager = ResourcesManager.getInstance();
        mDisplay = display;
        mOverrideConfiguration = overrideConfiguration;
@@ -2284,6 +2283,8 @@ class ContextImpl extends Context {
                mOpPackageName = mBasePackageName;
            }
        }

        mContentResolver = new ApplicationContentResolver(this, mainThread, user);
    }

    void installSystemApplicationInfo(ApplicationInfo info, ClassLoader classLoader) {