embray commented on issue #1648: URL: https://github.com/apache/cordova-android/issues/1648#issuecomment-1927527640
@alexisGandar Interesting; I thought that seemed a bit sketchy but this old [stack overflow answer](https://stackoverflow.com/a/23626119/982257) offers a tantalizing clue: apparently when you launch a task with `singleInstance` it OR's `launchFlags |= Intent.FLAG_ACTIVITY_NEW_TASK` into its stored flags. This would explain where then `FLAG_ACTIVITY_NEW_TASK` is coming from further down in the media gallery UI code... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
