Android
Programming and Technical
Programming
Technical
What will happen if an activity is started with implicit intent, and there is no matching intent-filter?
Options
1) Nothing will happen, but it will not launch any new screen.
2) Nothing will happen, some how how it launches target component
3) It will throw run time exception - activityNotFoundException, and crashes if it is handled properly.
4) Compile time error.
Read Solution (Total 0)
Android Other Question