Android fundamentals 02.3: Implicit intents open website won’t work

The solution for “Android fundamentals 02.3: Implicit intents open website won’t work” can be found here. The following code will assist you in solving the problem.

if (intent.resolveActivity(getPackageManager()) != null) {
startActivity(intent);
} else {
Log.d(“ImplicitIntents”, “Can’t handle this intent!”);
}

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in