Loading api/current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -16008,6 +16008,8 @@ package android.provider { } protected static abstract interface ContactsContract.GroupsColumns { field public static final java.lang.String ACTION = "action"; field public static final java.lang.String ACTION_URI = "action_uri"; field public static final java.lang.String AUTO_ADD = "auto_add"; field public static final java.lang.String DATA_SET = "data_set"; field public static final java.lang.String DELETED = "deleted"; core/java/android/provider/ContactsContract.java +23 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.provider; import android.accounts.Account; import android.app.Activity; import android.content.ContentProviderClient; import android.content.ContentProviderOperation; import android.content.ContentResolver; Loading Loading @@ -6250,6 +6251,28 @@ public final class ContactsContract { */ public static final String NOTES = "notes"; /** * The Activity action to open the group in the source app (e.g. * {@link Intent#ACTION_VIEW}). Can be NULL if the group does not have a dedicated viewer. * This is used in conjunction with {@link #ACTION_URI}: In order to show an "Open in * (sourceapp)"-button, both of these fields must be set * <p> * Type: TEXT */ public static final String ACTION = "action"; /** * Uri to open the group in the source app. * Can be NULL if the group does not have a dedicated viewer. * This is used in conjunction with {@link #ACTION}: In order to show an "Open in * (sourceapp)"-button, both of these fields must be set * <p> * Type: TEXT */ public static final String ACTION_URI = "action_uri"; /** * The ID of this group if it is a System Group, i.e. a group that has a special meaning * to the sync adapter, null otherwise. Loading Loading
api/current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -16008,6 +16008,8 @@ package android.provider { } protected static abstract interface ContactsContract.GroupsColumns { field public static final java.lang.String ACTION = "action"; field public static final java.lang.String ACTION_URI = "action_uri"; field public static final java.lang.String AUTO_ADD = "auto_add"; field public static final java.lang.String DATA_SET = "data_set"; field public static final java.lang.String DELETED = "deleted";
core/java/android/provider/ContactsContract.java +23 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.provider; import android.accounts.Account; import android.app.Activity; import android.content.ContentProviderClient; import android.content.ContentProviderOperation; import android.content.ContentResolver; Loading Loading @@ -6250,6 +6251,28 @@ public final class ContactsContract { */ public static final String NOTES = "notes"; /** * The Activity action to open the group in the source app (e.g. * {@link Intent#ACTION_VIEW}). Can be NULL if the group does not have a dedicated viewer. * This is used in conjunction with {@link #ACTION_URI}: In order to show an "Open in * (sourceapp)"-button, both of these fields must be set * <p> * Type: TEXT */ public static final String ACTION = "action"; /** * Uri to open the group in the source app. * Can be NULL if the group does not have a dedicated viewer. * This is used in conjunction with {@link #ACTION}: In order to show an "Open in * (sourceapp)"-button, both of these fields must be set * <p> * Type: TEXT */ public static final String ACTION_URI = "action_uri"; /** * The ID of this group if it is a System Group, i.e. a group that has a special meaning * to the sync adapter, null otherwise. Loading