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

Commit 13deeafe authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Treat everyone the same, redux.

Test: builds
Bug: 29746499
Change-Id: Id2a9aacf0db40cdd053d203897e792662c6d3cd0
parent 3bda498b
Loading
Loading
Loading
Loading
+1 −7
Original line number Original line Diff line number Diff line
@@ -147,13 +147,7 @@ public class ContentProviderClient implements AutoCloseable {
            if (cursor == null) {
            if (cursor == null) {
                return 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);
            return new CursorWrapperInner(cursor);
            }
        } catch (DeadObjectException e) {
        } catch (DeadObjectException e) {
            if (!mStable) {
            if (!mStable) {
                mContentResolver.unstableProviderDied(mContentProvider);
                mContentResolver.unstableProviderDied(mContentProvider);