"permissions": {
"device-storage:videos":{ "access": "readonly" },
"device-storage:pictures":{ "access": "readwrite" }
let sdCard = navigator.getDeviceStorages("sdcard");
let requestDel = sdcard[storage].delete(path);
requestDel.onsuccess = function () {};
requestDel.onerror = function () {};