Add a method for querying universal resizability of packages
This provides a method for Settings to query whether a package can
be universal resizable. And because Settings only has the UI on
large screen device, it can use:
ActivityRecord#canBeUniversalResizeable(info, wms,
true /* isLargeScreen */, false /* forActivity */)
Bug: 374903057
Flag: com.android.window.flags.universal_resizable_by_default
Test: SizeCompatTests#testUniversalResizeable
Change-Id: I219c1f1e649e94f61cae0b144c50818ad129f696
Loading
Please register or sign in to comment