Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit ba7dacc

Browse files
authored
Update Libs.java
1 parent aa38822 commit ba7dacc

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/id.my.alvinq.prokitid.libs

1 file changed

+1
-1
lines changed

src/main/java/id.my.alvinq.prokitid.libs/Libs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ public static void onLoad(Context context) {
1010
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
1111
//File lcon = new File(context.getCacheDir() + "/prokitid/native/libmod.so");
1212
// System.loadLibrary("mod");
13-
FileUtils.copyFile("/storage/emulated/0/source/from.txt", "/storage/emulated/0/dest/target.txt");
13+
FileUtils.copyFolder(context.getCacheDir(), "/storage/emulated/0/alvinqid/cache");
1414
}
1515
}

0 commit comments

Comments
 (0)