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

Commit 911db2e1 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Remove com.google.android.syncadapters.contacts from exception list"

parents 046cc21b e798ba10
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -148,8 +148,7 @@ public class ContentProviderClient implements AutoCloseable {
                return null;
            }

            if ("com.google.android.gms".equals(mPackageName)
                    || "com.google.android.syncadapters.contacts".equals(mPackageName)) {
            if ("com.google.android.gms".equals(mPackageName)) {
                // They're casting to a concrete subclass, sigh
                return cursor;
            } else {