diff options
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
| -rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index cdbf827..774c66a 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -1,5 +1,5 @@ page.title=App Widgets -page.tags="home" +page.tags="home","AppWidgetProvider" @jd:body <div id="qv-wrapper"> @@ -466,19 +466,6 @@ AppWidgetProvider methods as appropriate.</dd> </dl> -<p class="warning"><strong>Note:</strong> In Android 1.5, there is a known issue -in which the -<code>onDeleted()</code> method will not be called when it should be. To work -around this issue, -you can implement {@link -android.appwidget.AppWidgetProvider#onReceive(Context,Intent) -onReceive()} as described in this -<a -href="http://groups.google.com/group/android-developers/msg/e405ca19df2170e2"> -Group post</a> -to receive the <code>onDeleted()</code> callback. -</p> - <p>The most important AppWidgetProvider callback is {@link android.appwidget.AppWidgetProvider#onUpdate(android.content.Context, android.appwidget.AppWidgetManager, int[]) onUpdate()} because it is called when |
