diff --git a/frameworks/dialog/dialog_ui/AppScope/app.json b/frameworks/dialog/dialog_ui/AppScope/app.json index 32f7991360ab7d9c8e45b572d0da1ea95cf06c4d..7e4a92f6407791affdad863a68aa8f6c8f0ec0a3 100644 --- a/frameworks/dialog/dialog_ui/AppScope/app.json +++ b/frameworks/dialog/dialog_ui/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.usb.right", "vendor": "example", - "versionCode": 1000060, - "versionName": "1.0.60", + "versionCode": 1000070, + "versionName": "1.0.70", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 13, diff --git a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json index 5c870606766ea8f50504e8900d994b0531b95b14..4bd68eeb7f85a0d3b428e969c3a25d2bca14bec7 100644 --- a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json +++ b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/module.json @@ -21,6 +21,7 @@ "description": "$string:MainAbility_desc", "icon": "$media:icon", "label": "$string:MainAbility_label", + "supportWindowMode": ["fullscreen"], "visible": false, "launchType": "standard" }, @@ -31,6 +32,7 @@ "description": "$string:MainAbility_desc", "icon": "$media:icon", "label": "$string:MainAbility_label", + "supportWindowMode": ["fullscreen"], "visible": true, "launchType": "singleton", "excludeFromMissions": true, @@ -53,6 +55,7 @@ "description": "$string:UsbDialogAbility_desc", "icon": "$media:icon", "label": "$string:UsbDialogAbility_label", + "supportWindowMode": ["fullscreen"], "visible": true, "exported": false, "extensionProcessMode": "instance", @@ -64,6 +67,7 @@ "description": "$string:UsbFunctionSwitchWindowAbility_desc", "icon": "$media:icon", "label": "$string:UsbFunctionSwitchWindowAbility_label", + "supportWindowMode": ["fullscreen"], "exported": false, "extensionProcessMode": "instance", "type": "sysDialog/common"