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

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

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