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

Commit e564a325 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Use the resolved Context in ContentResolver.

Change-Id: If62b34a9f6d6305657a02d3f807a24eee63aecf6
parent d7368563
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ public abstract class ContentResolver {

    public ContentResolver(Context context) {
        mContext = context != null ? context : ActivityThread.currentApplication();
        mPackageName = context.getBasePackageName();
        mPackageName = mContext.getBasePackageName();
    }

    /** @hide */