getExtra from Intent launched from a pendingIntent

后端 未结 5 777
既然无缘
既然无缘 2020-12-02 08:31

I am trying to make some alarms after the user selects something with a time from a list and create a notification for it at the given time. My problem is that the \"shownam

5条回答
  •  無奈伤痛
    2020-12-02 08:57

    You should use intent.putExtra() method. Not set bundle to extras segment. IF you set string, you whould intent.putExtra(, value); Try this it will be done. I used it.

提交回复
热议问题