Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

open website from android activity

Intent intent = new Intent(Intent.ACTION_VIEW).setData(Uri.parse("http://www.stackoverflow.com"));      
startActivity(intent); 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #open #website #android #activity
ADD COMMENT
Topic
Name
9+9 =