Doc change: new Calendar content provider doc
Change-Id: I9493b6b0cd17ddf8fda07c32aed9b4fa2b8c1489
This commit is contained in:
@@ -82,9 +82,17 @@
|
||||
</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
|
||||
<li class="toggle-list">
|
||||
<div><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
|
||||
<span class="en">Content Providers</span>
|
||||
</a></li>
|
||||
</a><span class="new">updated</span></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/providers/calendar-provider.html">
|
||||
<span class="en">Calendar Provider</span></a>
|
||||
<span class="new">new!</span>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html">
|
||||
<span class="en">Intents and Intent Filters</span>
|
||||
</a></li>
|
||||
|
||||
1185
docs/html/guide/topics/providers/calendar-provider.jd
Normal file
1185
docs/html/guide/topics/providers/calendar-provider.jd
Normal file
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,11 @@ page.title=Content Providers
|
||||
<li>{@link android.content.ContentResolver}</li>
|
||||
<li>{@link android.database.Cursor}</li>
|
||||
</ol>
|
||||
|
||||
<h2>See also</h2>
|
||||
<ol>
|
||||
<li><a href="{@docRoot}guide/topics/providers/calendar-provider.html">Calendar Provider</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -36,6 +41,10 @@ package. You can query these providers for the data they contain (although,
|
||||
for some, you must acquire the proper permission to read the data).
|
||||
</p>
|
||||
|
||||
<p class="note"><strong>Note:</strong> Android 4.0 introduces the Calendar
|
||||
Provider. For more information, see <a
|
||||
href="{@docRoot}guide/topics/providers/calendar-provider.html">Calendar
|
||||
Provider</a>.</p>
|
||||
<p>
|
||||
If you want to make your own data public, you have two options: You can
|
||||
create your own content provider (a {@link android.content.ContentProvider}
|
||||
|
||||
2029
docs/html/images/providers/datamodel.graffle
Normal file
2029
docs/html/images/providers/datamodel.graffle
Normal file
File diff suppressed because it is too large
Load Diff
BIN
docs/html/images/providers/datamodel.png
Normal file
BIN
docs/html/images/providers/datamodel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Reference in New Issue
Block a user