docs: fix code snippet errors

Change-Id: Ie0ef6d4e642b6f9a68bdadd3e507f9fe2dd323d9
This commit is contained in:
Scott Main
2010-09-02 18:09:37 -07:00
parent 5249ad0345
commit 09da960999

View File

@@ -838,8 +838,8 @@ For example if the ContentProvider subclass is AutoInfoProvider, the
</p>
<pre>
&lt;provider name="com.example.autos.AutoInfoProvider"
authorities="com.example.autos.autoinfoprovider"
&lt;provider android:name="com.example.autos.AutoInfoProvider"
android:authorities="com.example.autos.autoinfoprovider"
. . . /&gt
&lt;/provider&gt;
</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
the {@code &lt;provider&gt;} element's {@code authorities} attribute:</p>
<pre>&lt;provider name=".TransportationProvider"
authorities="com.example.transportationprovider"
<pre>&lt;provider android:name=".TransportationProvider"
android:authorities="com.example.transportationprovider"
. . . &gt;</pre></li>
<li><p>The path that the content provider uses to determine what kind of data is