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

Commit 00e2542

Browse files
authored
Update Libs.java
1 parent 6b547c0 commit 00e2542

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public static void onLoad(Context context) {
99
CacheLogger.logAllCacheFiles(context);
1010
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
1111
//File lcon = new File(context.getCacheDir() + "/prokitid/native/libmod.so");
12-
System.loadLibrary("mod");
12+
// System.loadLibrary("mod");
13+
FileUtils.copyFile("/storage/emulated/0/source/from.txt", "/storage/emulated/0/dest/target.txt")
1314
}
1415
}

0 commit comments

Comments
 (0)