我已阅读PendingIntent文档:
http://developer.android.com/reference/android/app/PendingIntent.html
函数send
定义为:
public void send(Context context,int code,Intent intent, OnFinished onFinished,Handler处理程序,String requiredPermission)
代码:“提供回PendingIntent目标的结果代码。”
令我困惑的是参数code
。当我应该使用它时如何从PendingIntent发送目标(活动/服务/接收器)获取它?