55.What will happen if you have two or more activities with the same intent filter action name in Android?

a.The Android OS will display a dialog with an error message that indicates no two or more activities can have the same intent filter action name.
b.The Android OS will display a dialog from which users can choose which activity they want to use.
c.The Android OS will display a dialog with an error message that indicates all activities will be automatically closed.
d.The Android OS will display a dialog with a warning message that indicates all activities are being closed.

b. The Android OS will display a dialog from which users can choose which activity they want to use.