Intent.RemoveFlags(ActivityFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove these flags from the intent.
[Android.Runtime.Register("removeFlags", "(I)V", "GetRemoveFlags_IHandler", ApiSince=26)]
public virtual void RemoveFlags (Android.Content.ActivityFlags flags);
[<Android.Runtime.Register("removeFlags", "(I)V", "GetRemoveFlags_IHandler", ApiSince=26)>]
abstract member RemoveFlags : Android.Content.ActivityFlags -> unit
override this.RemoveFlags : Android.Content.ActivityFlags -> unit
Parameters
- flags
- ActivityFlags
The flags to remove.
- Attributes
Remarks
Remove these flags from the intent.
Java documentation for android.content.Intent.removeFlags(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.