ACTION_VIEW constant

String const ACTION_VIEW

displays specified data to user

this is the mostly performed action on data

you may be passing a URL, and it'll open list of eligible candidate apps, which can help you in viewing that URL

Implementation

static const String ACTION_VIEW = "android.intent.action.VIEW";