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

Commit b98c4e29 authored by Dan Dascalescu's avatar Dan Dascalescu Committed by android-build-merger
Browse files

Merge "docs: Add missing "classes" to Content Provider Basics" into mnc-docs

am: 4c6a234e

* commit '4c6a234e':
  docs: Add missing "classes" to Content Provider Basics
parents 5143a2c4 4c6a234e
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>