From dc68cf530ba944b08411e73598c53bd738e48674 Mon Sep 17 00:00:00 2001 From: liushuling Date: Thu, 1 Sep 2022 11:17:28 +0800 Subject: [PATCH] modify module.json Signed-off-by: liushuling Change-Id: I99034577057bfe4eb9b174a1d49dcba8f1761d0f --- permissionmanager/src/main/module.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/permissionmanager/src/main/module.json b/permissionmanager/src/main/module.json index 8a95062..234024c 100644 --- a/permissionmanager/src/main/module.json +++ b/permissionmanager/src/main/module.json @@ -1,17 +1,6 @@ { - "app": { - "bundleName": "com.ohos.permissionmanager", - "vendor": "example", - "versionCode": 1000000, - "versionName": "1.0.0", - "icon": "$media:app_icon", - "label": "$string:app_name", - "minAPIVersion": 9, - "targetAPIVersion": 9, - "distributedNotificationEnabled": true - }, "module": { "name": "permissionmanager", "type": "feature", -- Gitee