summaryrefslogtreecommitdiff
path: root/libs/androidfw/misc.cpp
diff options
context:
space:
mode:
author Louis Chang <louischang@google.com> 2024-12-26 08:15:07 +0000
committer Louis Chang <louischang@google.com> 2024-12-31 01:50:50 +0000
commit1d33d1980858295b9c84135f5a4fad2b47071cbf (patch)
tree79634b11fb88f9c040e04d486e89223dbd57ad68 /libs/androidfw/misc.cpp
parent00b503d431d583e1b7283fac57a213d5bd635e5d (diff)
Reduce having task trampoline when starting app Bubbles
The task trampoline on bubble may unexpectedly happen due to the following two reasons: - In commit a8a63db, the bubble task cannot be reused. Therefore, the next activity will be launched in a new Task when needed. - The bubble task is started as a document task. Since the document task cannot be reused, the next activity will be launched in a new Task when needed. Avoid starting app bubble as document task. Also make the app bubble task reusable just like other normal app tasks. Bug: 378786164 Test: verified on couple 3p apps. Flag: com.android.wm.shell.enable_bubble_anything Change-Id: Ib8e16f3db77aa350f97296f7767b40bd5e966681
Diffstat (limited to 'libs/androidfw/misc.cpp')
0 files changed, 0 insertions, 0 deletions