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

Commit 5598e563 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 79cb6acf: Merge "Use the resolved Context in ContentResolver."

# Via Android (Google) Code Review (1) and Jeff Sharkey (1)
* commit '79cb6acf':
  Use the resolved Context in ContentResolver.
parents 0bc9c407 79cb6acf
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 */