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

Commit 2bcb97bf authored by Xin Guan's avatar Xin Guan Committed by Svetoslav
Browse files

Using the correct package name for ContentResolver

Change-Id: I0518391f7262c78043fbd42ddfefef0f2451382c
parent 9127e458
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) {