Doc change: new Calendar content provider doc

Change-Id: I9493b6b0cd17ddf8fda07c32aed9b4fa2b8c1489
This commit is contained in:
Katie McCormick
2011-10-18 17:51:56 -07:00
parent e562287c85
commit 921afe39d6
5 changed files with 3233 additions and 2 deletions

View File

@@ -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>

File diff suppressed because it is too large Load Diff

View File

@@ -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}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB