From 98421a3ce545e26e64c3212e1866f96a2079255a Mon Sep 17 00:00:00 2001 From: jiangminsen Date: Tue, 20 Feb 2024 09:28:23 +0800 Subject: [PATCH] =?UTF-8?q?abilities=E6=A0=87=E7=AD=BE=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E5=88=86=E5=B1=8F=E6=88=96=E8=80=85=E6=A8=AA?= =?UTF-8?q?=E5=90=91=E5=B1=8F=E5=B9=95=E7=9A=84=E9=85=8D=E7=BD=AE=E5=AD=97?= =?UTF-8?q?=E6=AE=B5preferMultiWindowOrientation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangminsen --- modulecheck/module.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modulecheck/module.json b/modulecheck/module.json index 69a1bcd7..894fab9b 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -372,6 +372,7 @@ "excludeFromMissions", "recoverable", "unclearableMission", + "preferMultiWindowOrientation", "isolationProcess" ] }, @@ -706,6 +707,18 @@ "type": "boolean", "default": false }, + "preferMultiWindowOrientation": { + "description": "Indicates the prefered multi window orientation.", + "type": "string", + "enum": [ + "default", + "portrait", + "landscape", + "landscape_auto" + + ], + "default": "default" + }, "isolationProcess": { "description": "Specifies whether the ability can run in an independent process", "type": "boolean", -- Gitee