From 2b87495bccaa1215aee9fafdacc21b1eb910a321 Mon Sep 17 00:00:00 2001 From: tongzihan <15671769870@163.com> Date: Wed, 16 Jul 2025 16:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/module.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index db6c962..01eaa8b 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -83,19 +83,19 @@ ] }, }, - // [EndExclude permissions_acc] { - "name": "ohos.permission.ACCELEROMETER", - "reason": "$string:permission_SENSOR", + "name": "ohos.permission.APPROXIMATELY_LOCATION", + "reason": "$string:permission_LOCATION", "usedScene": { "abilities": [ "EntryAbility" ] } }, + // [EndExclude permissions_acc] { - "name": "ohos.permission.APPROXIMATELY_LOCATION", - "reason": "$string:permission_LOCATION", + "name": "ohos.permission.ACCELEROMETER", + "reason": "$string:permission_SENSOR", "usedScene": { "abilities": [ "EntryAbility" -- Gitee