summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorFilip Gruszczynski <gruszczy@google.com>2015-12-10 10:41:39 -0800
committerFilip Gruszczynski <gruszczy@google.com>2015-12-10 10:41:39 -0800
commit3d82ed6be671da98aaf3016d99f57aba56daa97c (patch)
tree56a67d8ebf0e24354c000503aaa8a3177691b29b /tools/aapt2/java/JavaClassGenerator_test.cpp
parentd7963806f15a1435d3e6c8023cd55b5a84340e77 (diff)
Fix activity not launching from recents after it was dismissed.
When activity was launched from recents and started at the same time, we would first try resuming activities and then focus on the started activity. That is wrong odering, as the previously focused activity will be resumed (in this case recents). We need to first focus on the start activity and then request resuming. The CL also flag protects some logging that is being very frequently printed from activity manager. Bug: 25823213 Change-Id: I5311fb2bf316ce3d298b30fa90fb257978bacdca
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions