fix failure of CompatChangeTests

For our old foldable device that launching with android R, when test the case in foldable state, the physical size is 880x2640. It is hard for us to modify the physical size, which may cause many applications adaptable problems. So the value of ACTIVITY_LARGE_MIN_ASPECT_RATIO(3.0) is not applicable to old devices, we need to increase ACTIVITY_LARGE_MIN_ASPECT_RATIO to 4.

Bug:238974490
Test:run cts-foldable -m CtsWindowManagerDeviceTestCases -t android.server.wm.CompatChangeTests

Change-Id: Ifefa76624bf861d3ee1ed49217699028ac311e41
Signed-off-by: qianyou <qianyou@xiaomi.com>
2 files changed