解决PendingIntent传递参数为空的问题
Posted mark_xiao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决PendingIntent传递参数为空的问题相关的知识,希望对你有一定的参考价值。
PendingIntent pIntent = PendingIntent.getActivity(context, 0, intent, 0);
在接收端,接收的数据一直为null,在google官方网站查了下,发现问题出在flags上:PendingIntent.getActivity原型如下:
以上是关于解决PendingIntent传递参数为空的问题的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot 接收Get请求个别参数可能为空的解决方案