diff --git a/DistributionGamePad-master/GameHandle/entry/src/main/config.json b/DistributionGamePad-master/GameHandle/entry/src/main/config.json index 543f97355435cfb15cc4ffbce2f829fa4bc5e527..652be3e2ee61adad4fd5e756608ee63a16253b5d 100644 --- a/DistributionGamePad-master/GameHandle/entry/src/main/config.json +++ b/DistributionGamePad-master/GameHandle/entry/src/main/config.json @@ -3,26 +3,23 @@ "bundleName": "com.huawei.codelab", "vendor": "huawei", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Release" + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {}, "module": { "package": "com.huawei.codelab", "name": ".MyApplication", + "mainAbility": "com.huawei.codelab.MainAbility", "deviceType": [ "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { @@ -40,7 +37,7 @@ "name": "com.huawei.codelab.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", - "label": "Distributed Handle", + "label": "$string:distributed_handle", "type": "page", "launchType": "standard" }, @@ -58,7 +55,7 @@ "name": "com.huawei.codelab.HandleAbility", "icon": "$media:icon", "description": "$string:handleability_description", - "label": "Distributed Handle", + "label": "$string:distributed_handle", "type": "page", "launchType": "standard" }