如果从未使用过,是否可以将 PendingIntents 放在 android 中。例如在 AppWidgetProvider 中,从未使用过的 PendingIntent 被新的 PendingIntent 覆盖。
或者我们应该在所有未使用的 PendingIntent 上调用 cancel 来适当地清理内存?
如果从未使用过,是否可以将 PendingIntents 放在 android 中。例如在 AppWidgetProvider 中,从未使用过的 PendingIntent 被新的 PendingIntent 覆盖。
或者我们应该在所有未使用的 PendingIntent 上调用 cancel 来适当地清理内存?