- mainActivity
- The activity component that is the root of the task; this is the activity that has been published in the application's manifest as the main launcher icon.
Documentation for this section has not yet been entered.
Make an Intent that can be used to re-launch an application's task in its base state. This is like Intent.MakeMainActivity(ComponentName), but also sets the flags Intent.FLAG_ACTIVITY_NEW_TASK and Intent.FLAG_ACTIVITY_CLEAR_TASK.