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

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

Revert "Treat everyone the same."

This reverts commit 7678aedd.

Bug: 30051184, 29746499
Change-Id: Ibd8bc2771d67c4db61c82dcc8a569eb8adfef8de
parent 7678aedd
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -147,7 +147,13 @@ 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);