diff options
author | Joe Malin <jmalin@google.com> | 2011-11-14 10:51:16 -0800 |
---|---|---|
committer | Joe Malin <jmalin@google.com> | 2012-01-23 14:18:24 -0800 |
commit | a2a46f629446af0935e8ebbbd7cdb55e395f79f3 (patch) | |
tree | f399280fee25944f5d17e04819622a3e5d5a9ea0 /docs/html/guide/guide_toc.cs | |
parent | b078d942911d5e1cf9533f7fe3e156c579ba396e (diff) |
DOC CHANGE: New Content Provider topics
Change-Id: Ib5507f4c9ecce3aea51cd39310e3f4990c9b3070
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index e239bb1dadf9..dbb6ad32a27a 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -87,10 +87,24 @@ <span class="en">Content Providers</span> </a></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> + <li> + <a href="<?cs var:toroot ?>guide/topics/providers/content-provider-basics.html"> + <span class="en">Content Provider Basics</span> + </a> + <span class="new">new!</span> + </li> + <li> + <a href="<?cs var:toroot ?>guide/topics/providers/content-provider-creating.html"> + <span class="en">Creating a Content Provider</span> + </a> + <span class="new">new!</span> + </li> + <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"> |