Home | History | Annotate | Download | only in contacts-provider

Lines Matching full:users

12   <li><a href="#InsertEdit">Let Users Choose to Insert or Edit Using an Intent</a>
69 example, a restaurant review app can allow users to add the restaurant as a contact as they're
76 the contacts app prompts users for the account type and account to use when creating the raw
77 contact. The contacts app also notifies users if the raw contact already exists. Users then have
102 displays the data in its insert screen, allowing users to make further edits and additions.
142 This call opens a screen in the contacts app that allows users to enter a new contact. The
143 account type and account name for the contact is listed at the top of the screen. Once users
144 enter the data and click <i>Done</i>, the contacts app's contact list appears. Users return to
151 postal addresses but lack a postal code could give users the option of looking up the code and
246 navigation. When your app sends an edit intent to the contacts app, and users edit and save a
279 <h2 id="InsertEdit">Let Users Choose to Insert or Edit Using an Intent</h2>
281 You can allow users to choose whether to insert a contact or edit an existing one by sending
284 allow users to add an incoming email address to a new contact, or add it as an additional
291 Users can either insert a new contact or pick an existing contact and edit it.