diff options
author | kmccormick <kmccormick@google.com> | 2013-03-01 16:13:21 -0800 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-05-30 09:59:36 -0700 |
commit | 25072c7d7bfd912a38da60b6331b546b3087615f (patch) | |
tree | 10c7b65f9a004bfd0679f11586f5d50805d40290 /docs/html/guide/guide_toc.cs | |
parent | 9a51dfd4e3e10411ede67743f85cdd510ba3eb90 (diff) |
Doc change: document AppWidgetHost
"Bug: 7540054, 6984998"
Change-Id: Ice48c7023687d0a4aea95a4a10212e6fdd66363f
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index ff35d2e21341..5f9f53000a06 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -76,9 +76,16 @@ <span class="en">Permissions</span> </a> </li> - <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html"> + <li class="nav-section"> + <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html"> <span class="en">App Widgets</span> - </a></li> + </a></div> + <ul> + <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/host.html"> + <span class="en">App Widget Host</span> + </a></li> + </ul> + </li> <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-intro.html"> <span class="en">Android Manifest</span> |