diff options
author | Scott Main <smain@google.com> | 2013-05-08 19:50:52 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-05-08 19:50:53 +0000 |
commit | 148ce2322c5ce119b2dc6881d60dc60f8c336bfa (patch) | |
tree | 625bfd56457dd9a74e174ffef9a9658d768a5ea6 /docs/html/guide/topics/appwidgets | |
parent | c98612a9b2293f8ae29389dd484d7b384c7d37ad (diff) | |
parent | c89312091e291c3e0cdb3cb7df3f76250fce7d22 (diff) | |
download | frameworks_base-148ce2322c5ce119b2dc6881d60dc60f8c336bfa.zip frameworks_base-148ce2322c5ce119b2dc6881d60dc60f8c336bfa.tar.gz frameworks_base-148ce2322c5ce119b2dc6881d60dc60f8c336bfa.tar.bz2 |
Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 6877d10..774c66a 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -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 |