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

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -