summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/appwidgets
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-05-06 16:38:42 -0700
committerScott Main <smain@google.com>2013-05-06 16:38:42 -0700
commitc89312091e291c3e0cdb3cb7df3f76250fce7d22 (patch)
tree92cf9b3bafe58919ef306554e0f92d3ba23edda9 /docs/html/guide/topics/appwidgets
parentf7918b4a1e06350ba4d69fe47327db830cd4e8ba (diff)
downloadframeworks_base-c89312091e291c3e0cdb3cb7df3f76250fce7d22.zip
frameworks_base-c89312091e291c3e0cdb3cb7df3f76250fce7d22.tar.gz
frameworks_base-c89312091e291c3e0cdb3cb7df3f76250fce7d22.tar.bz2
delete obsolete tips/references to cupcake
Change-Id: Ib1ddb19c42840aa830acd85a89e78c149e2f66e9
Diffstat (limited to 'docs/html/guide/topics/appwidgets')
-rw-r--r--docs/html/guide/topics/appwidgets/index.jd13
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 cdbf827..cabbe90 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