diff options
author | kmccormick <kmccormick@google.com> | 2013-05-31 12:28:05 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-05-31 12:28:05 -0700 |
commit | 20ec5c5b13421aadda5b0358208281b9fc81327f (patch) | |
tree | 5efffea2651e0d1375a9ee9aefc77c4b97eaaa80 /docs | |
parent | b3803855b0554879836c18b4157194b9c2061219 (diff) | |
download | frameworks_base-20ec5c5b13421aadda5b0358208281b9fc81327f.zip frameworks_base-20ec5c5b13421aadda5b0358208281b9fc81327f.tar.gz frameworks_base-20ec5c5b13421aadda5b0358208281b9fc81327f.tar.bz2 |
Doc Update: fix host title in main doc.
Change-Id: Ide683eb651ea7b485dae6c4d348b19a8d988187b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 187f9ef..d8ad844 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -69,7 +69,7 @@ the Music App Widget.</p> <p>This document describes how to publish an App Widget using an App Widget provider. For a discussion of creating your own {@link android.appwidget.AppWidgetHost} to host app widgets, see <a href="{@docRoot}guide/topics/appwidgets/host.html"> -Implementing a Custom App Widget Host</a>.</p> +App Widget Host</a>.</p> <div class="note design"> <p><strong>Widget Design</strong></p> |