ACTION_PICK_ACTIVITY constant

String const ACTION_PICK_ACTIVITY

Activity Action: Pick an activity given an intent, returning the class selected.

Input: get*Extra field {@link #EXTRA_INTENT} is an Intent used with {@link PackageManager#queryIntentActivities} to determine the set of activities from which to pick.

Output: Class name of the activity that was selected.

Implementation

static const String ACTION_PICK_ACTIVITY =
    "android.intent.action.PICK_ACTIVITY";