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

Commit a76966f4 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "docs: Fixed example of ACTION_VIEW intent am: aedfd75b am:...

Merge "docs: Fixed example of ACTION_VIEW intent am: aedfd75b am: 10862300" into nyc-mr1-dev-plus-aosp
parents 5334cf7e 978be65c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ import static android.content.ContentProvider.maybeAddUserId;
 *     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
 *     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>
 *   </li>
 * </ul>