Go to file
yjj38 3f3273e557 Remove unused DeviceUtils and disable command safety checks
Deleted `DeviceUtils.java` as it is no longer used and removed redundant native method calls. Disabled safety checks for shell commands in `ShellUtils.java` for enhanced flexibility, ensuring they won't interrupt execution. Updated JNI method paths in `infoct.cpp` to align with updated package structure.
2025-05-30 11:04:26 +08:00
.idea Remove unused DeviceUtils and disable command safety checks 2025-05-30 11:04:26 +08:00
app Remove unused DeviceUtils and disable command safety checks 2025-05-30 11:04:26 +08:00
gradle Remove unused DeviceUtils and disable command safety checks 2025-05-30 11:04:26 +08:00
.gitignore init 2025-05-20 16:39:05 +08:00
build.gradle init 2025-05-20 16:39:05 +08:00
cmd ``` 2025-05-27 19:25:48 +08:00
err.log Remove unused DeviceUtils and disable command safety checks 2025-05-30 11:04:26 +08:00
gradle.properties Add native methods to manipulate system and device info 2025-05-29 22:05:49 +08:00
gradlew init 2025-05-20 16:39:05 +08:00
gradlew.bat init 2025-05-20 16:39:05 +08:00
settings.gradle Add VPN service, Shell utility, and server communication support 2025-05-22 18:13:34 +08:00