From a9b0502de2210187cf595a309dcf652a22842e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cdangrui=E2=80=9D?= Date: Fri, 7 Jul 2023 15:50:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=87=E5=BF=98=E5=BD=95=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E5=8C=96=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “dangrui” --- Data/NotePadOpenHarmony/entry/src/main/module.json5 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Data/NotePadOpenHarmony/entry/src/main/module.json5 b/Data/NotePadOpenHarmony/entry/src/main/module.json5 index 82bddf39..96c8d698 100644 --- a/Data/NotePadOpenHarmony/entry/src/main/module.json5 +++ b/Data/NotePadOpenHarmony/entry/src/main/module.json5 @@ -31,11 +31,6 @@ } ] } - ], - "requestPermissions": [ - { - "name": "SystemCapability.DistributedDataManager.Preferences.Core" - } ] } } \ No newline at end of file -- Gitee