Loading core/java/android/provider/ContactsContract.java +9 −0 Original line number Diff line number Diff line Loading @@ -687,6 +687,15 @@ public final class ContactsContract { */ public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data"); /** * The content:// style URI for this table joined with {@link Presence} * data where applicable. * * @hide */ public static final Uri CONTENT_WITH_PRESENCE_URI = Uri.withAppendedPath(AUTHORITY_URI, "data_with_presence"); /** * The MIME type of {@link #CONTENT_URI} providing a directory of data. */ Loading Loading
core/java/android/provider/ContactsContract.java +9 −0 Original line number Diff line number Diff line Loading @@ -687,6 +687,15 @@ public final class ContactsContract { */ public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data"); /** * The content:// style URI for this table joined with {@link Presence} * data where applicable. * * @hide */ public static final Uri CONTENT_WITH_PRESENCE_URI = Uri.withAppendedPath(AUTHORITY_URI, "data_with_presence"); /** * The MIME type of {@link #CONTENT_URI} providing a directory of data. */ Loading