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

Commit f32a5c42 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

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

am: a1b026ea

Change-Id: I853c743364189e689e29d87ab6c53b7963ebae2f
parents 901104ad a1b026ea
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);