Kha*_*aza 5 android android-pendingintent
我的问题很简单.Pending Intent的概念是什么?为什么以及何时使用Pending Intents?如果可能,请提供代码示例
PendingIntent本身只是对系统维护的令牌的引用,该令牌描述了用于检索它的原始数据.这意味着,即使其拥有的应用程序的进程被终止,PendingIntent本身也可以从已经给它的其他进程中继续使用
http://developer.android.com/reference/android/app/PendingIntent.html
仔细阅读详情