Skip to content

Commit

Permalink
Add Facebook contact support (2/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbb authored and Faryaab committed Apr 17, 2012
1 parent 4f64c39 commit efc2edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/java/android/provider/ContactsContract.java
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ protected interface BaseSyncColumns {
public static final String SYNC3 = "sync3";
/** Generic column for use by sync adapters. */
public static final String SYNC4 = "sync4";
/** FB */
public static final String IS_RESTRICTED = "is_restricted";
}

/**
Expand Down

0 comments on commit efc2edf

Please sign in to comment.