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

Commit 2e3cbe6c authored by Roman Birg's avatar Roman Birg
Browse files

Add Facebook contact sync support (1/2)

Change-Id: I4cf4356abced3daa9728429e25112b2f5da8799e
parent f9d6bed4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -750,6 +750,8 @@ public final class ContactsContract {
        public static final String SYNC3 = "sync3";
        /** Generic column for use by sync adapters. */
        public static final String SYNC4 = "sync4";
         /** Facebook sync */
        public static final String IS_RESTRICTED = "is_restricted";
    }

    /**