MCQOPTIONS
Saved Bookmarks
| 1. |
What is true about FLAG_ACTIVITY_NEW_TASK? |
| A. | If set in an Intent passed to Context.startActivity() |
| B. | If set, and the activity being launched is already running in the current task |
| C. | This flag is generally used by activities that want to present a "launcher" style behavior |
| D. | All of the above |
| E. | |
| Answer» D. All of the above | |