android · android/ActivityNotFoundException
ActivityNotFoundException
ActivityNotFoundException
Thrown by Context.startActivity() when no installed app has an Activity that can handle the given Intent. Check beforehand with PackageManager.resolveActivity(), or wrap the startActivity() call in a try/catch to show the user a friendly error.
References
In this namespace
— start of namespace —
next → BadTokenException BadTokenException