am 09da9609: docs: fix code snippet errors
Merge commit '09da96099917141f2b90d53f61baa822bdd434d7' into gingerbread * commit '09da96099917141f2b90d53f61baa822bdd434d7': docs: fix code snippet errors
This commit is contained in:
@@ -838,8 +838,8 @@ For example if the ContentProvider subclass is AutoInfoProvider, the
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
<provider name="com.example.autos.AutoInfoProvider"
|
||||
authorities="com.example.autos.autoinfoprovider"
|
||||
<provider android:name="com.example.autos.AutoInfoProvider"
|
||||
android:authorities="com.example.autos.autoinfoprovider"
|
||||
. . . />
|
||||
</provider>
|
||||
</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 <provider>} element's {@code authorities} attribute:</p>
|
||||
|
||||
<pre><provider name=".TransportationProvider"
|
||||
authorities="com.example.transportationprovider"
|
||||
<pre><provider android:name=".TransportationProvider"
|
||||
android:authorities="com.example.transportationprovider"
|
||||
. . . ></pre></li>
|
||||
|
||||
<li><p>The path that the content provider uses to determine what kind of data is
|
||||
|
||||
Reference in New Issue
Block a user