diff options
author | Scott Main <> | 2009-04-24 15:45:32 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-24 15:45:32 -0700 |
commit | 6f1826cb0cf23e0027817f5a26cf1181f85e1085 (patch) | |
tree | fb97b680815b00640baa1a8229e3826a8acf8733 /docs | |
parent | a055e5ea1d87a958cc2c0ea82fe7026b205578b9 (diff) | |
download | frameworks_base-6f1826cb0cf23e0027817f5a26cf1181f85e1085.zip frameworks_base-6f1826cb0cf23e0027817f5a26cf1181f85e1085.tar.gz frameworks_base-6f1826cb0cf23e0027817f5a26cf1181f85e1085.tar.bz2 |
AI 147752: dang, there was another unclosed tag... tested it this time.
BUG=1790234
Automated import of CL 147752
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 f11fca3..f9db356 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -67,7 +67,7 @@ The <code><receiver></code> element has the following attributes: </ul> <p> -The <code><intent-filter> element tells the {@link android.content.pm.PackageManager} +The <code><intent-filter></code> element tells the {@link android.content.pm.PackageManager} that this {@link android.content.BroadcastReceiver} receives the {@link android.appwidget.AppWidgetManager#ACTION_APPWIDGET_UPDATE AppWidgetManager.ACTION_APPWIDGET_UPDATE} broadcast. The widget manager will send other broadcasts directly to your widget provider as required. |