Android Push Notification not opening my activity with webview

前端 未结 1 1154
说谎
说谎 2021-02-08 09:43

I created a push notifications app following this tutorial: http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html

It works and when I get the notifi

相关标签:
1条回答
  • 2021-02-08 10:19

    Make the notification open your WebView app instead: send a PendingIntent, as described here.

    0 讨论(0)
提交回复
热议问题