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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -