diff --git a/RemoteInputDemo-master/entry/src/main/config.json b/RemoteInputDemo-master/entry/src/main/config.json index 243ed2cd04fa50b3fec6308e8180143c1c917b6a..5396117814ba96bd3dba2356766f838ab1185efe 100644 --- a/RemoteInputDemo-master/entry/src/main/config.json +++ b/RemoteInputDemo-master/entry/src/main/config.json @@ -1,21 +1,17 @@ { "app": { - "bundleName": "com.huawei.cookbook", + "bundleName": "com.huawei.codelab", "vendor": "huawei", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "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", "tv" @@ -23,7 +19,8 @@ "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ {