diff options
| author | 2022-11-01 18:16:18 +0800 | |
|---|---|---|
| committer | 2022-11-02 13:00:28 +0800 | |
| commit | 5a22eceefeeccc61c48925bb11d07405811f825f (patch) | |
| tree | 37ae1a14496d72e7f0a5fbfccc13fd69359666f3 /cmds/bootanimation/BootAnimation.cpp | |
| parent | 96e8a788ef0fe2f09b480a5de18b269a43db6d7d (diff) | |
Fix launching ActivityGroup with ActivityEmbedding
ActivityGroup has been deprecated since Android H, but there are still
apps using it. When it is used, the child Activity will not have its own
corresponding ActivityRecord. If we treat it as normal Activity, there
will be issue because we can't find Task with its token, nor reparent it
with its token.
Skip child Activity (the one launched in ActivityGroup) for any
lifecycle event.
Fix: 256533615
Test: manually verify
Change-Id: Ibccf1575c3b229a0912f843f6468a6c3e24a893f
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
0 files changed, 0 insertions, 0 deletions