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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -