Latest Android Aptitude Question SOLUTION: What will happen if there is no action in an implicit intent, will it trigger any component?
Options
1) Will pass the action test if intent-filter has at least one action.
2) Wil
What will happen if there is no action in an implicit intent, will it trigger any component?
Options
1) Will pass the action test if intent-filter has at least one action.
2) Will pass the action test if intent-filter also doesn't have any action.
3) Will pass the test if intent is explicit. In case of explicit intent it will test for intent resolution.
4) Will pass the action test only if intent has at least one action.