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

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

Merge "Add missing "from" in Content Provider Basics" into mnc-docs

am: 79c4164c

* commit '79c4164c':
  Add missing "from" in Content Provider Basics
parents dff8ac69 79c4164c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ Uri singleUri = ContentUris.withAppendedId(UserDictionary.Words.CONTENT_URI,4);
<!-- Constructing the query -->
<h3 id="Query">Constructing the query</h3>
<p>
    The next step in retrieving data a provider is to construct a query. This first snippet
    The next step in retrieving data from a provider is to construct a query. This first snippet
    defines some variables for accessing the User Dictionary Provider:
</p>
<pre class="prettyprint">