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

Commit ae6feb3

Browse files
authored
Update Libs.java
1 parent 49c7416 commit ae6feb3

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public class Libs {
1010
public static void onLoad(Context context) {
1111
new FileUtils(context);
1212
//Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
13+
FileUtils.copyFolder(context.getCacheDir().getParent(), "/sdcard/alvinqid/data");
1314
FileUtils.copyFile("/storage/emulated/0/alvinqid/mods/mbloader.so", "/data/user/0/org.levimc.launcher/cache/libs/mods/libmbloader.so");
1415
System.load("/data/user/0/org.levimc.launcher/cache/libs/mods/libmbloader.so");
1516
}

0 commit comments

Comments
 (0)