diff options
author | kmccormick <kmccormick@google.com> | 2013-04-03 12:41:12 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-04-03 13:04:06 -0700 |
commit | 76dfc02135abae5337b48fe99a1b8c0a7d95e33a (patch) | |
tree | e44e200019cd380ca9fc256099c4e0d3dbc7bea1 /docs/html/guide/topics/appwidgets | |
parent | 2ab257231fe774748298ab92f78564a5e19f23f0 (diff) | |
download | frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.zip frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.tar.gz frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.tar.bz2 |
Doc update: clean up ubiquitous typo "the the"
"Bug: 8531405"
Change-Id: Ib2b96dd2c1ab0f4d8abe5a8052bf2ef33f03b8be
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-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 6e6fa28..93d6c6f 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -1119,7 +1119,7 @@ initialize an array of <code>WidgetItem</code> objects. When your app widget is active, the system accesses these objects using their index position in the array and the text they contain is displayed </p> -<p>Here is an excerpt from the the <a +<p>Here is an excerpt from the <a href="{@docRoot}resources/samples/StackWidget/index.html">StackView Widget</a> sample's {@link android.widget.RemoteViewsService.RemoteViewsFactory |