- flags
- The desired flags.
Documentation for this section has not yet been entered.
Set special flags controlling how this intent is handled. Most values here depend on the type of component being executed by the Intent, specifically the FLAG_ACTIVITY_* flags are all for use with Context.StartActivity(Intent) and the FLAG_RECEIVER_* flags are all for use with Context.SendBroadcast(Intent).
See the Tasks and Back Stack documentation for important information on how some of these options impact the behavior of your application.