DO NOT MERGE Remove docked stack size assertion

In some cases last split-screen divider position is remembered in
SystemUI and on first launch in docked stack using shell launch API
an activity may occupy non-default portion of screen.
The split-screen divider position is reset when activity is moved to
fullscreen, so after switch back to split-screen it may be different.
This means that we cannot assume that docked stack size will be the
same on launch and after moving to fullscreen and back to
split-screen.

Bug: 73134375
Test: android.server.cts.ActivityManagerAppConfigurationTests#testSameConfigurationSplitFullSplitRelaunch
Change-Id: Ic357e7306178b1b71988b7d8b28e71fd7cfbfce5
1 file changed