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

Commit b2bd4700 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 7f3addf3: am 09da9609: docs: fix code snippet errors

Merge commit '7f3addf3' into gingerbread-plus-aosp

* commit '7f3addf3':
  docs: fix code snippet errors
parents 92e0fd6c 7f3addf3
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -838,8 +838,8 @@ For example if the ContentProvider subclass is AutoInfoProvider, the
</p>
</p>


<pre>
<pre>
&lt;provider name="com.example.autos.AutoInfoProvider"
&lt;provider android:name="com.example.autos.AutoInfoProvider"
          authorities="com.example.autos.autoinfoprovider" 
          android:authorities="com.example.autos.autoinfoprovider" 
          . . . /&gt
          . . . /&gt
&lt;/provider&gt;
&lt;/provider&gt;
</pre>
</pre>
@@ -891,8 +891,8 @@ For third-party applications, this should be a fully-qualified class name
(reduced to lowercase) to ensure uniqueness.  The authority is declared in 
(reduced to lowercase) to ensure uniqueness.  The authority is declared in 
the {@code &lt;provider&gt;} element's {@code authorities} attribute:</p>
the {@code &lt;provider&gt;} element's {@code authorities} attribute:</p>


<pre>&lt;provider name=".TransportationProvider"
<pre>&lt;provider android:name=".TransportationProvider"
          authorities="com.example.transportationprovider"
          android:authorities="com.example.transportationprovider"
          . . .  &gt;</pre></li>
          . . .  &gt;</pre></li>


<li><p>The path that the content provider uses to determine what kind of data is
<li><p>The path that the content provider uses to determine what kind of data is