no message

Change-Id: I719df22b0a59527a0825dd8fa2ba6cab45719871
This commit is contained in:
vguanyiwgd 2024-07-11 17:03:55 +08:00
parent ec2f75a48b
commit 3e3a2435f9
1 changed files with 3 additions and 2 deletions

View File

@ -54,8 +54,8 @@ $(function () {
var auth_list = androidJs.getHasSelfPermissionsJS();
if(auth_list.indexOf("CAMERA") !== -1){
// localStorage.setItem('camera_scan', true);
// localStorage.setItem('camera_photo', true);
localStorage.setItem('camera_scan', true);
localStorage.setItem('camera_photo', true);
}
if (auth_list.indexOf("WRITE_EXTERNAL_STORAGE") !== -1) {
localStorage.setItem('write_storage_data', true);
@ -15736,6 +15736,7 @@ $(function () {
$(page).find(".iosTable").hide();
$(page).find(".androidTable").show();
$(page).find(".system_setting").show();
return false;
var auth_list = androidJs.getHasSelfPermissionsJS();
if (auth_list.indexOf("WRITE_EXTERNAL_STORAGE") !== -1) {