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

Commit 9020595b authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

am f5287094: Fix closing tag in docs.

Merge commit 'f5287094' into gingerbread

* commit 'f5287094':
  Fix closing tag in docs.
parents 6b50986a f5287094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -779,7 +779,7 @@ Use the {@link android.net.Uri Uri} methods to help determine what is being
requested.  Here is the general format for each type:</p></li>

<ul>
<li><p>For a single record:&nbsp;&nbsp;&nbsp; {@code vnd.android.cursor.item/vnd.<em>yourcompanyname.contenttype</em}</p> 
<li><p>For a single record:&nbsp;&nbsp;&nbsp; {@code vnd.android.cursor.item/vnd.<em>yourcompanyname.contenttype</em>}</p>

<p>For example, a request for train record 122, like this URI,</p>
<p style="margin-left: 2em">{@code content://com.example.transportationprovider/trains/122}</p>