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

Commit 7678aedd authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Treat everyone the same.

Bug: 29746499
Change-Id: I8344e42c5c55e5414bcc223e4caa857dc06de750
parent b59b5a67
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);