From 188a17387a74432b849675130c3066a558275841 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Mon, 22 Jul 2024 12:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20UTSAndroid.requestSystemPe?= =?UTF-8?q?rmission=20shallNotCheck=20=E5=8F=82=E6=95=B0=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uts-platform-api/utssdk/app-android/index.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uts-platform-api/utssdk/app-android/index.uts b/uni_modules/uts-platform-api/utssdk/app-android/index.uts index 244f26e..da83828 100644 --- a/uni_modules/uts-platform-api/utssdk/app-android/index.uts +++ b/uni_modules/uts-platform-api/utssdk/app-android/index.uts @@ -203,7 +203,7 @@ export function gotoCameraTake(imageDone : (event : string) => void) : boolean { } }, function (_ : boolean, _ : string[]) { //callback(false,"用户拒绝了部分权限") - }) + },true) return true; -- GitLab