From 499872c949ee4606b455508c0f106644d2241428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E6=99=93=E6=9E=97?= <1445172149@qq.com> Date: Tue, 15 Jun 2021 16:26:25 +0800 Subject: [PATCH] update RemoteInputDemo-master/entry/src/main/config.json. --- RemoteInputDemo-master/entry/src/main/config.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/RemoteInputDemo-master/entry/src/main/config.json b/RemoteInputDemo-master/entry/src/main/config.json index 243ed2cd..53961178 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": [ { -- Gitee