标签: android url parse-platform notifications push
我只能推送简单文本,但无法在浏览器解析推送通知中将URL发送到Open。
答案 0 :(得分:0)
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.google.com")); startActivity(intent);