Skip to content

Commit 66c74ab

Browse files
lingqiqi5211Sevtinge
authored andcommitted
adj: remove mmkv
1 parent 39e6b1b commit 66c74ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • library/hook/src/main/java/com/sevtinge/hyperceiler/hook/module/base/dexkit

library/hook/src/main/java/com/sevtinge/hyperceiler/hook/module/base/dexkit/DexKit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ public static void deleteAllCache(Context context) {
342342
executor.submit(() -> {
343343
for (String folderName : folderNames) {
344344
try {
345-
String folderPath = "/data/data/" + folderName + "/files/hyperceiler/dexkit_cache.json";
345+
String folderPath = "/data/data/" + folderName + "/files/hyperceiler";
346346
rootExecCmd("rm -f " + folderPath);
347-
folderPath = "/data/user_de/0/" + folderName + "/files/hyperceiler/dexkit_cache.json";
347+
folderPath = "/data/user_de/0/" + folderName + "/files/hyperceiler";
348348
rootExecCmd("rm -f " + folderPath);
349349
} catch (Throwable t) {
350350
XposedLogUtils.logW(TAG, "Failed to delete cache for " + folderName + ": " + t.getMessage(), t);

0 commit comments

Comments
 (0)