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 5079bd640d4693604e5aec3dad12c226189dd39f..0e75810ff82f282b554dd4334552f130a21665d7 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 @@ -7,7 +7,8 @@ "mainElement": "MainAbility", "deviceTypes": [ "default", - "tablet" + "tablet", + "2in1" ], "deliveryWithInstall": true, "installationFree": false, @@ -36,4 +37,4 @@ } ] } -} \ No newline at end of file +} diff --git a/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/module.json b/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/module.json index e4317e8c7adef8332c9e9be25310c2c49985fb05..b804879aee78c74cd5e99a69c2f3ac355eb922eb 100644 --- a/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/module.json +++ b/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/module.json @@ -7,7 +7,8 @@ "mainElement": "MainAbility", "deviceTypes": [ "default", - "tablet" + "tablet", + "2in1" ], "deliveryWithInstall": true, "installationFree": false,