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

Commit e9956f25 authored by Dan Dascalescu's avatar Dan Dascalescu
Browse files

docs: Add missing "classes" to Content Provider Basics

Also uppercase "Uri" to "URI"

bug: 26339372
Change-Id: I822889f490356cd680a0b29c2b66429d5888e654
parent a95c52f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -346,8 +346,8 @@ Uri singleUri = ContentUris.withAppendedId(UserDictionary.Words.CONTENT_URI,4);
</p>
<p class="note">
    <strong>Note:</strong> The {@link android.net.Uri} and {@link android.net.Uri.Builder} classes
    contain convenience methods for constructing well-formed Uri objects from strings. The
    {@link android.content.ContentUris} contains convenience methods for appending id values to
    contain convenience methods for constructing well-formed URI objects from strings. The
    {@link android.content.ContentUris} class contains convenience methods for appending id values to
    a URI. The previous snippet uses {@link android.content.ContentUris#withAppendedId
    withAppendedId()} to append an id to the UserDictionary content URI.
</p>