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

Commit cde1ac60 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Add an extra to allow specifying the account for creation of new contacts

Change-Id: I6bbf1025e35bbc1d2acff747b08c07530bec2b8c
parent 627d836f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6696,6 +6696,18 @@ public final class ContactsContract {
             * </pre>
             */
            public static final String DATA = "data";

            /**
             * Used to specify the account in which to create the new contact.
             * <p>
             * If this value is not provided, the user is presented with a disambiguation
             * dialog to chose an account
             * <p>
             * Type: {@link Account}
             *
             * @hide
             */
            public static final String ACCOUNT = "com.android.contacts.extra.ACCOUNT";
        }
    }
}