Dropping PendingIntents
Posted
by Jeremy Edwards
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Edwards
Published on 2010-03-16T23:38:26Z
Indexed on
2010/03/16
23:41 UTC
Read the original article
Hit count: 328
Is it ok to drop PendingIntents in android if they are never used. Such as in an AppWidgetProvider where a PendingIntent that was never used be overwritten by a new PendingIntent.
Or should we call cancel on all unused PendingIntents to clean up memory appropriately?
© Stack Overflow or respective owner