如何使用Parse推送URL在浏览器中打开

时间:2015-04-25 07:36:19

标签: android url parse-platform notifications push

我只能推送简单文本,但无法在浏览器解析推送通知中将URL发送到Open。​​

1 个答案:

答案 0 :(得分:0)

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.google.com"));
            startActivity(intent);