0
如果從未使用過,可以在Android中刪除PendingIntents。比如在一個AppWidgetProvider中,一個從未使用的PendingIntent被一個新的PendingIntent覆蓋。Dropping PendingIntents
或者我們應該調用取消所有未使用的PendingIntents以適當地清理內存?
如果從未使用過,可以在Android中刪除PendingIntents。比如在一個AppWidgetProvider中,一個從未使用的PendingIntent被一個新的PendingIntent覆蓋。Dropping PendingIntents
或者我們應該調用取消所有未使用的PendingIntents以適當地清理內存?
有沒有必要調用取消。