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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -