Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 20a47541 authored by Chris Li's avatar Chris Li
Browse files

Immediately dispatch for LaunchActivityItem

Before bundleClientTransaction, RemoteException during startActivity
will restart the process to relaunch.
After bundleClientTransaction, the RemoteExcepetion will not restart the
process but just let it finished by the server.

As a result, we need to handle LaunchActivityItem differently so that
the existing restart process handling can still take effect.

There is no immediate action needed for other transaction item, because
the process will be killed with/without bundleCleintTransaction on
RemoteException.

Fix: 322171786
Bug: 260873529
Test: atest WmTests:ClientLifecycleManagerTests
Change-Id: Iffb4ad09d2e5db7f6af068da89376bebdeb88633
parent 6df10854
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment