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

Commit e798ba10 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

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

Bug 26902400
Bug 26481405

Change-Id: I3b4d0217ee033f727074f68ebe6a1c1461509d04
parent e3936dcf
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 {