diff options
author | Katie McCormick <kmccormick@google.com> | 2011-10-18 17:51:56 -0700 |
---|---|---|
committer | Katie McCormick <kmccormick@google.com> | 2011-11-10 10:56:34 -0800 |
commit | 921afe39d6041b06c6a002b08f9dcd1561a9ae99 (patch) | |
tree | 49a3bf3aa1bb426eef098bef310335da3b417524 /docs/html/guide/guide_toc.cs | |
parent | e562287c85662457864255028cd4bc3b04f13750 (diff) |
Doc change: new Calendar content provider doc
Change-Id: I9493b6b0cd17ddf8fda07c32aed9b4fa2b8c1489
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index a3bb6d4bc7ae..0338685e7049 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -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> |