Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

android open browser


Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
startActivity(browserIntent);

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #android #open #browser
ADD COMMENT
Topic
Name
2+4 =