Hi, i created a widget and when i look what widgets are still open i
do this like:

public void onUpdate(Context context, AppWidgetManager
appWidgetManager, int[] appWidgetIds) {
        final int N = appWidgetIds.length;
        for (int i=0; i<N; i++) {
            int appWidgetId = appWidgetIds[i];
            Log.d(TAG, "Open Widget: "+appWidgetId);
        }

Now I DELETET the Widget from the Screen...
but  it looks its still intern in a table.. because it is still listed
in the routine above?

Is there anything I can do.... ??

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to