Loading docs/html/guide/topics/providers/content-providers.jd +4 −4 Original line number Original line Diff line number Diff line Loading @@ -838,8 +838,8 @@ For example if the ContentProvider subclass is AutoInfoProvider, the </p> </p> <pre> <pre> <provider name="com.example.autos.AutoInfoProvider" <provider android:name="com.example.autos.AutoInfoProvider" authorities="com.example.autos.autoinfoprovider" android:authorities="com.example.autos.autoinfoprovider" . . . /> . . . /> </provider> </provider> </pre> </pre> Loading Loading @@ -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 <provider>} element's {@code authorities} attribute:</p> the {@code <provider>} element's {@code authorities} attribute:</p> <pre><provider name=".TransportationProvider" <pre><provider android:name=".TransportationProvider" authorities="com.example.transportationprovider" android:authorities="com.example.transportationprovider" . . . ></pre></li> . . . ></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 Loading Loading
docs/html/guide/topics/providers/content-providers.jd +4 −4 Original line number Original line Diff line number Diff line Loading @@ -838,8 +838,8 @@ For example if the ContentProvider subclass is AutoInfoProvider, the </p> </p> <pre> <pre> <provider name="com.example.autos.AutoInfoProvider" <provider android:name="com.example.autos.AutoInfoProvider" authorities="com.example.autos.autoinfoprovider" android:authorities="com.example.autos.autoinfoprovider" . . . /> . . . /> </provider> </provider> </pre> </pre> Loading Loading @@ -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 <provider>} element's {@code authorities} attribute:</p> the {@code <provider>} element's {@code authorities} attribute:</p> <pre><provider name=".TransportationProvider" <pre><provider android:name=".TransportationProvider" authorities="com.example.transportationprovider" android:authorities="com.example.transportationprovider" . . . ></pre></li> . . . ></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 Loading