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

Commit e5f35b1

Browse files
authored
Update Test.java
1 parent 24f0f57 commit e5f35b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/id.my.alvinq.modsplus/Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import android.widget.Toast;
55

66
public class Test {
7-
public static onLoad(Context ctx) {
8-
File externalDir = context.getExternalFilesDir(null);
7+
public static void onLoad(Context ctx) {
8+
File externalDir = context.getFilesDir();
99
String path = externalDir.getAbsolutePath();
1010
Toast.makeText(context, path, Toast.LENGTH_LONG).show();
1111
}

0 commit comments

Comments
 (0)