android - How to Push a URL to Open in Browser Using Parse -
i able push simple text not able send url open in browser parse push notification.
intent intent = new intent(intent.action_view, uri.parse("https://www.google.com")); startactivity(intent);
Comments
Post a Comment