Chromium Code Reviews
DescriptionFixed launching of multiple instances of download home when tapping notification
Without appropriate launch flags, multiple instances for download home
are stacked on top of each other. Using launch mode FLAG_ACTIVITY_SINGLE_TOP
prevents that. Also added flag for FLAG_ACTIVITY_MULTIPLE_TASK in order
for this to work on multi-window scenario.
Verified that this works in Android 6.x and 7.x phones with multi-window.
BUG=692020
Review-Url: https://codereview.chromium.org/2793613002
Cr-Commit-Position: refs/heads/master@{#461970}
Committed: https://chromium.googlesource.com/chromium/src/+/ff530ff4dd4ad565f73d3fb795c9ed4b6ee69e18
Patch Set 1 : more #
Total comments: 2
Patch Set 2 : multi window #Messages
Total messages: 17 (8 generated)
|