adspace
Which types of flags are used to run an application on android?
Answer Posted / Meenu
Flags used to run an Android application include FLAG_ACTIVITY_NEW_TASK, FLAG_ACTIVITY_CLEAR_TOP, and FLAG_ACTIVITY_NO_ANIMATION. These flags help in controlling the behavior of activities during launch or transition.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers