docs: Fixed example of ACTION_VIEW intent am: aedfd75b1b am: 2c885fc5ea

am: ee3fc61cf9

Change-Id: Idfc656fb39dbc1b86e114e415065488dc5ec840c
This commit is contained in:
Kevin Hufnagle
2016-09-26 23:24:57 +00:00
committed by android-build-merger

View File

@@ -128,7 +128,7 @@ import static android.content.ContentProvider.maybeAddUserId;
* a list of people, which the user can browse through. This example is a * a list of people, which the user can browse through. This example is a
* typical top-level entry into the Contacts application, showing you the * typical top-level entry into the Contacts application, showing you the
* list of people. Selecting a particular person to view would result in a * list of people. Selecting a particular person to view would result in a
* new intent { <b>{@link #ACTION_VIEW} <i>content://contacts/N</i></b> } * new intent { <b>{@link #ACTION_VIEW} <i>content://contacts/people/N</i></b> }
* being used to start an activity to display that person.</p> * being used to start an activity to display that person.</p>
* </li> * </li>
* </ul> * </ul>