From b207befc11247efb6da97ccf89182792ac5b0606 Mon Sep 17 00:00:00 2001 From: SwTt29 <2055018491@qq.com> Date: Thu, 25 Dec 2025 12:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dapp.json=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=9A=E6=B7=BB=E5=8A=A0requiredPrivateInfos=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BB=A5=E5=A3=B0=E6=98=8EgetLocation=E9=9A=90?= =?UTF-8?q?=E7=A7=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 0dc52c6..67d5e03 100644 --- a/app.json +++ b/app.json @@ -88,5 +88,8 @@ "scope.userLocation": { "desc": "您的位置信息将用于提供本地化服务" } - } + }, + "requiredPrivateInfos": [ + "getLocation" + ] } \ No newline at end of file