I am trying to start Maps from a webview via an intent like here
It works in my emulator, but on my phone I get an exception:
A problem with Android version?
It works in my emulator, but on my phone I get an exception:
B4X:
android.content.ActivityNotFoundException: Unable to find explicit activity class {android/com.android.internal.app.ResolverActivity}; have you declared this activity in your AndroidManifest.xml?
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2112)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1757)
at android.app.Activity.startActivityForResult(Activity.java:4803)
A problem with Android version?