Question

Which of the following statements is false?
a. With implicit Intents we allow Android to launch the most appropriate Activity based on the type of data.
b. If multiple activities can handle the action and data passed to startActivity, the system will display a dialog in which the user can select which Activity to use.
c. If the system cannot find an Activity to handle the action, then method startActivity throws an ActivityNotFoundException.
d. Explicit Intents indicate the precise set of activities to choose from.

Answer

This answer is hidden. It contains 123 characters.