no message

Change-Id: I120d97960fbda30e989b73d0d6528442ee15fcc6
This commit is contained in:
vguanyiwgd 2024-07-11 16:28:27 +08:00
parent 12edbedaf5
commit ec2f75a48b
1 changed files with 2 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);