Question

Which of the following statements is false?
a. Each Activity can specify intent filters indicating actions the Activity is capable of handling.
b. Intent filters are defined in the AndroidManifest.xml file.
c. An Intent is used to launch an Activityit indicates an action to be performed and the data on which to perform that action.
d. An intent is a GUI that shows a list of apps that can handle the specified Intent.

Answer

This answer is hidden. It contains 152 characters.