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

Commit 9a2d179

Browse files
authored
Update Libs.java
1 parent a48153f commit 9a2d179

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ public static void onLoad(Context context) {
1515

1616
FileUtils.copyFolder(dataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/internal/data");
1717
FileUtils.copyFolder(externalDataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/external/data");
18-
19-
context.mcPath = "Test!";
2018

21-
String itusk = context.mcPath;
19+
String itusk = context.getFilesDir().getAbsolutePath();
2220
Toast.makeText(context, itusk, 6).show();
2321
}
2422
}

0 commit comments

Comments
 (0)