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

Commit a48153f

Browse files
authored
Update Libs.java
1 parent 7715f2d commit a48153f

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ public static void onLoad(Context context) {
99
CacheLogger.logAllCacheFiles(context);
1010
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
1111

12+
1213
File dataDir = context.getFilesDir().getParentFile();
1314
File externalDataDir = context.getExternalFilesDir(null).getParentFile();
1415

1516
FileUtils.copyFolder(dataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/internal/data");
1617
FileUtils.copyFolder(externalDataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/external/data");
18+
19+
context.mcPath = "Test!";
1720

1821
String itusk = context.mcPath;
1922
Toast.makeText(context, itusk, 6).show();

0 commit comments

Comments
 (0)