From 6f1826cb0cf23e0027817f5a26cf1181f85e1085 Mon Sep 17 00:00:00 2001
From: Scott Main <>
Date: Fri, 24 Apr 2009 15:45:32 -0700
Subject: AI 147752: dang, there was another unclosed tag... tested it this
time. BUG=1790234
Automated import of CL 147752
---
docs/html/guide/topics/appwidgets/index.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/html/guide/topics/appwidgets')
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 <receiver>
element has the following attributes:
-The <intent-filter> element tells the {@link android.content.pm.PackageManager}
+The
<intent-filter>
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.
--
cgit v1.1