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

Commit a1b026ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Treat everyone the same." into nyc-mr1-dev

parents bff9c1ab 7678aedd
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -147,13 +147,7 @@ public class ContentProviderClient implements AutoCloseable {
            if (cursor == null) {
                return null;
            }

            if ("com.google.android.gms".equals(mPackageName)) {
                // They're casting to a concrete subclass, sigh
                return cursor;
            } else {
            return new CursorWrapperInner(cursor);
            }
        } catch (DeadObjectException e) {
            if (!mStable) {
                mContentResolver.unstableProviderDied(mContentProvider);