AndroidLaunchActivityFlag
An enum representing the various flags that can be passed along to launchActivityFlags
on NotificationPressAction
.
These flags are added to the Android Intent that launches your activity.
These are only required if you need to customise the behaviour of your activities, in most cases you might not need these.
Members
- BROUGHT_TO_FRONT
- CLEAR_TASK
- CLEAR_TOP
- CLEAR_WHEN_TASK_RESET
- EXCLUDE_FROM_RECENTS
- FORWARD_RESULT
- LAUNCHED_FROM_HISTORY
- LAUNCH_ADJACENT
- MATCH_EXTERNAL
- MULTIPLE_TASK
- NEW_DOCUMENT
- NEW_TASK
- NO_ANIMATION
- NO_HISTORY
- NO_USER_ACTION
- PREVIOUS_IS_TOP
- REORDER_TO_FRONT
- RESET_TASK_IF_NEEDED
- RETAIN_IN_RECENTS
- SINGLE_TOP
- TASK_ON_HOME
See FLAG_ACTIVITY_BROUGHT_TO_FRONT on the official Android documentation for more information.
See FLAG_ACTIVITY_CLEAR_TASK on the official Android documentation for more information.
See FLAG_ACTIVITY_CLEAR_TOP on the official Android documentation for more information.
See FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET on the official Android documentation for more information.
See FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS on the official Android documentation for more information.
See FLAG_ACTIVITY_FORWARD_RESULT on the official Android documentation for more information.
See FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY on the official Android documentation for more information.
See FLAG_ACTIVITY_LAUNCH_ADJACENT on the official Android documentation for more information.
See FLAG_ACTIVITY_MATCH_EXTERNAL on the official Android documentation for more information.
See FLAG_ACTIVITY_MULTIPLE_TASK on the official Android documentation for more information.
See FLAG_ACTIVITY_NEW_DOCUMENT on the official Android documentation for more information.
See FLAG_ACTIVITY_NEW_TASK on the official Android documentation for more information.
See FLAG_ACTIVITY_NO_ANIMATION on the official Android documentation for more information.
See FLAG_ACTIVITY_NO_HISTORY on the official Android documentation for more information.
See FLAG_ACTIVITY_NO_USER_ACTION on the official Android documentation for more information.
See FLAG_ACTIVITY_PREVIOUS_IS_TOP on the official Android documentation for more information.
See FLAG_ACTIVITY_REORDER_TO_FRONT on the official Android documentation for more information.
See FLAG_ACTIVITY_RESET_TASK_IF_NEEDED on the official Android documentation for more information.
See FLAG_ACTIVITY_RETAIN_IN_RECENTS on the official Android documentation for more information.
See FLAG_ACTIVITY_SINGLE_TOP on the official Android documentation for more information.
See FLAG_ACTIVITY_TASK_ON_HOME on the official Android documentation for more information.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License and code samples are licensed under the Apache 2.0 License.
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.