diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 08f9346d60e3f..0448ec03d2143 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -6696,6 +6696,18 @@ public final class ContactsContract { * */ public static final String DATA = "data"; + + /** + * Used to specify the account in which to create the new contact. + *

+ * If this value is not provided, the user is presented with a disambiguation + * dialog to chose an account + *

+ * Type: {@link Account} + * + * @hide + */ + public static final String ACCOUNT = "com.android.contacts.extra.ACCOUNT"; } } }