未验证 提交 e3bd0ca5 编写于 作者: J jiyong 提交者: Gitee

回退 'Pull Request !9359 : 新增2in1设备类型-ability_lite-arkui'

上级 afc3e8c4
...@@ -16,12 +16,11 @@ ...@@ -16,12 +16,11 @@
"package": "ohos.acts.account.osaccount", "package": "ohos.acts.account.osaccount",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -28,28 +27,28 @@ ...@@ -28,28 +27,28 @@
}, },
"reqPermissions": [ "reqPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
}, },
{ {
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND", "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -28,28 +27,28 @@ ...@@ -28,28 +27,28 @@
}, },
"reqPermissions": [ "reqPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND", "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.example.accounttstest.MainAbility", "name": "com.example.accounttstest.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,18 +22,15 @@ ...@@ -24,18 +22,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.example.accountplugintest.MainAbility", "name": "com.example.accountplugintest.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,18 +22,15 @@ ...@@ -24,18 +22,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS" "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
......
...@@ -17,42 +17,42 @@ ...@@ -17,42 +17,42 @@
"package": "com.example.actsgetaccountsbyowner", "package": "com.example.actsgetaccountsbyowner",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry", "moduleName": "entry",
"moduleType": "entry" "moduleType": "entry"
}, },
"defPermissions": [], "defPermissions": [
],
"reqPermissions": [ "reqPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
}, },
{ {
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND", "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -17,39 +17,39 @@ ...@@ -17,39 +17,39 @@
"package": "com.example.actsgetallaccounts", "package": "com.example.actsgetallaccounts",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry", "moduleName": "entry",
"moduleType": "entry" "moduleType": "entry"
}, },
"defPermissions": [], "defPermissions": [
],
"reqPermissions": [ "reqPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -17,11 +17,10 @@ ...@@ -17,11 +17,10 @@
"package": "com.example.actssetcheckdatasyncenable", "package": "com.example.actssetcheckdatasyncenable",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -45,24 +44,24 @@ ...@@ -45,24 +44,24 @@
"reason": "ceshi" "reason": "ceshi"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -17,12 +17,11 @@ ...@@ -17,12 +17,11 @@
"package": "com.example.actssetchecksyncenable", "package": "com.example.actssetchecksyncenable",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -46,24 +45,24 @@ ...@@ -46,24 +45,24 @@
"reason": "ceshi" "reason": "ceshi"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -17,38 +17,38 @@ ...@@ -17,38 +17,38 @@
"package": "com.example.getallaccountsnoparameter", "package": "com.example.getallaccountsnoparameter",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry", "moduleName": "entry",
"moduleType": "entry" "moduleType": "entry"
}, },
"defPermissions": [], "defPermissions": [
],
"reqPermissions": [ "reqPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -17,38 +17,38 @@ ...@@ -17,38 +17,38 @@
"package": "com.example.getmultipleaccountstest", "package": "com.example.getmultipleaccountstest",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry", "moduleName": "entry",
"moduleType": "entry" "moduleType": "entry"
}, },
"defPermissions": [], "defPermissions": [
],
"reqPermissions": [ "reqPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -29,24 +28,24 @@ ...@@ -29,24 +28,24 @@
}, },
"reqPermissions": [ "reqPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO", "name":"ohos.permission.GET_BUNDLE_INFO",
"reason": "need use ohos.permission.GET_BUNDLE_INFO" "reason":"need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES", "name":"ohos.permission.REMOVE_CACHE_FILES",
"reason": "need use ohos.permission.REMOVE_CACHE_FILES" "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE", "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
"tablet", "tablet",
"default", "default",
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"abilities": [ "abilities": [
{ {
...@@ -53,13 +52,9 @@ ...@@ -53,13 +52,9 @@
"description": "$string:ServiceAbility_desc", "description": "$string:ServiceAbility_desc",
"type": "service", "type": "service",
"visible": true, "visible": true,
"skills": [ "skills": [{"actions": [
{
"actions": [
"ohos.account.appAccount.action.oauth" "ohos.account.appAccount.action.oauth"
] ]}]
}
]
} }
], ],
"distro": { "distro": {
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -17,12 +17,11 @@ ...@@ -17,12 +17,11 @@
"package": "com.example.actsosaccountthirdpartytest", "package": "com.example.actsosaccountthirdpartytest",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath": "", "srcPath":"",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": true, "installationFree": true,
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.settings.MainAbility", "name": "com.open.harmony.settings.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,18 +22,15 @@ ...@@ -24,18 +22,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.MANAGE_SECURE_SETTINGS", "name": "ohos.permission.MANAGE_SECURE_SETTINGS",
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.acetest.MainAbility", "name": "com.open.harmony.acetest.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,17 +28,14 @@ ...@@ -30,17 +28,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.aceEtsApiLack.MainAbility", "name": "com.open.harmony.aceEtsApiLack.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.aceEtsAttrLack.MainAbility", "name": "com.open.harmony.aceEtsAttrLack.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -24,8 +23,7 @@ ...@@ -24,8 +23,7 @@
"label": "$string:EntryAbility_label", "label": "$string:EntryAbility_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.acetestfive.MainAbility", "name": "com.open.harmony.acetestfive.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.acetestfour.MainAbility", "name": "com.open.harmony.acetestfour.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.acetestthree.MainAbility", "name": "com.open.harmony.acetestthree.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.acetesttwo.MainAbility", "name": "com.open.harmony.acetesttwo.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.example.myapplication.MainAbility", "name": "com.example.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,17 +28,14 @@ ...@@ -30,17 +28,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
\ No newline at end of file
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
...@@ -39,6 +36,10 @@ ...@@ -39,6 +36,10 @@
} }
] ]
} }
] ],
"metadata": [{
"name": "ArkTSPartialUpdate",
"value": "true"
}]
} }
} }
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"pages": "$profile:test_pages", "pages": "$profile:test_pages",
"metadata": [ "metadata": [{
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"abilities": [ "abilities": [
{ {
"name": "TestAbility", "name": "TestAbility",
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.acedevtest.MainAbility", "name": "com.open.harmony.acedevtest.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.acts.arkui.layout.test.MainAbility", "name": "com.acts.arkui.layout.test.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,24 +22,19 @@ ...@@ -24,24 +22,19 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
} "metadata": [{
],
"metadata": [
{
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }],
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.CAPTURE_SCREEN" "name": "ohos.permission.CAPTURE_SCREEN"
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.myapplication.MainAbility", "name": "com.open.harmony.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.example.myapplication.MainAbility", "name": "com.example.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,18 +28,15 @@ ...@@ -30,18 +28,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.LOCATION" "name": "ohos.permission.LOCATION"
......
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.open.harmony.standardtest.MainAbility", "name": "com.open.harmony.standardtest.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
...@@ -8,15 +8,13 @@ ...@@ -8,15 +8,13 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{
"name": "com.example.actsaceetstest.MainAbility", "name": "com.example.actsaceetstest.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -24,17 +22,14 @@ ...@@ -24,17 +22,14 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }]
}
]
} }
} }
...@@ -20,8 +20,7 @@ ...@@ -20,8 +20,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.example.myapplication.MainAbility", "name": "com.example.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,18 +28,15 @@ ...@@ -30,18 +28,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.LOCATION" "name": "ohos.permission.LOCATION"
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.example.myapplication.MainAbility", "name": "com.example.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,18 +28,15 @@ ...@@ -30,18 +28,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.LOCATION" "name": "ohos.permission.LOCATION"
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.example.myapplication.MainAbility", "name": "com.example.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,18 +28,15 @@ ...@@ -30,18 +28,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.LOCATION" "name": "ohos.permission.LOCATION"
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.example.myapplication.MainAbility", "name": "com.example.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,18 +28,15 @@ ...@@ -30,18 +28,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.LOCATION" "name": "ohos.permission.LOCATION"
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{
"name": "com.example.myapplication.MainAbility", "name": "com.example.myapplication.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -30,18 +28,15 @@ ...@@ -30,18 +28,15 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [ "skills": [{
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
} }]
] }],
}
],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.LOCATION" "name": "ohos.permission.LOCATION"
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
"package": "com.acts.ace.xcomponentetstest", "package": "com.acts.ace.xcomponentetstest",
"name": ".MyApplication", "name": ".MyApplication",
"mainAbility": "com.acts.ace.xcomponentetstest.MainAbility", "mainAbility": "com.acts.ace.xcomponentetstest.MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
"package": "com.acts.ace.napitest", "package": "com.acts.ace.napitest",
"name": ".MyApplication", "name": ".MyApplication",
"mainAbility": "com.acts.ace.napitest.MainAbility", "mainAbility": "com.acts.ace.napitest.MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -47,9 +46,7 @@ ...@@ -47,9 +46,7 @@
"type": "page", "type": "page",
"launchType": "standard", "launchType": "standard",
"visible": true, "visible": true,
"configChanges": [ "configChanges": ["orientation"]
"orientation"
]
} }
], ],
"js": [ "js": [
......
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册