标签: android android-pendingintent
如果永远不会使用PendingIntents在android中,可以。例如在AppWidgetProvider中,从未使用过的PendingIntent会被新的PendingIntent覆盖。
或者我们应该对所有未使用的PendingIntents取消取消以适当地清理内存吗?
答案 0 :(得分:1)
无需致电取消。