Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 01eff8146f4db0e9ae400b6bd84368deecf4d033
- Merge changes from topic "ssu-pool" into androidx-main
* changes:
Don't close the session if SandboxedSdkUi is in LazyList
Add LazyList CUJ using SandboxedSdkUi
- Don't close the session if SandboxedSdkUi is in LazyList
SandboxedSdkUi must keep the session open when it is detached and re-attached while inside Lazy list.
Session management logic in SandboxedSdkView does not work out of the box for SandboxedSdkUi
as Lazy List does not implement PoolingContainer API of view framework.
Session is kept open if node can be re-used and is closed when it is relased and will not be used anymore.
Bug: 340466873
Test: Manual
Change-Id: I4d26cb7b150d7dc6f94905e84ce04dc4fdc9bc21
- Add LazyList CUJ using SandboxedSdkUi
LazyList CUJ is similar to PoolingContainer CUJ in view world.
Bug: 340466873
Test: Manual
Change-Id: Ic949da528ebb41283e47ba9df2ae583a25385bd3
1 file changed