Answers for "open url in chrome programmatically in android"

0

open url in chrome programmatically in android

Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
startActivity(browserIntent);
Posted by: Guest on May-31-2021

Code answers related to "open url in chrome programmatically in android"

Browse Popular Code Answers by Language