Briefing Android Knowledge

Which is the correct code that goes into (1)?

The following program uses an Intent to open a Web page designated by a Web browser. Which is
the correct code that goes into (1)?

A.
android.intent.VIEW

B.
android.intent.action.VIEW

C.
android.intent.View

D.
androidJntent.action.View

Explanation: