Android.Content.PM.ActivityInfoFlags.Multiprocess Field
Bit in ActivityInfo.Flags indicating whether this activity is able to
run in multiple processes. If
true, the system may instantiate it in the some process as the
process starting it in order to conserve resources. If false, the
default, it always runs in ComponentInfo.ProcessName. Set from the
Android.Resource.Attribute.Multiprocess attribute.