ohos: Support resize for tablet (#40391)

This change can allow resize window in pad and pc device.

---------

Signed-off-by: richerfu <southorange0929@foxmail.com>
This commit is contained in:
richerfu
2025-11-04 15:21:22 +08:00
committed by GitHub
parent a6a6075219
commit 680e8c7917

View File

@@ -5,7 +5,8 @@
"description": "$string:module_desc",
"mainElement": "EntryAbility",
"deviceTypes": [
"default"
"default",
"tablet"
],
"deliveryWithInstall": true,
"installationFree": false,