在PendingIntent.getBroadcast中组合几个标志

时间:2016-03-23 08:26:33

标签: android android-intent sms android-pendingintent smsmanager

我们可以像这样组合几个PendingIntent标志吗?:

PendingIntent.getBroadcast(actvt, requestCode, intent, PendingIntent.FLAG_CANCEL_CURRENT|PendingIntent.FLAG_ONE_SHOT);

我对待处理的意图有一些奇怪的问题,所以我尝试使用所有可能的预防措施(有点盲目)来防止这些问题。正如你所看到的,除了两个标记ORed之外,我还使用了requestCode。

我研究了参考文献,但没有发现这种组合是合法的还是有意义的。有人可以请您解释一下这段代码的含义究竟是什么?

0 个答案:

没有答案