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

Commit f170ba6

Browse files
authored
Update Test.java
1 parent e5f35b1 commit f170ba6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
import android.content.Context;
44
import android.widget.Toast;
55

6+
import java.io.File;
7+
68
public class Test {
7-
public static void onLoad(Context ctx) {
9+
public static void onLoad(Context context) {
810
File externalDir = context.getFilesDir();
911
String path = externalDir.getAbsolutePath();
1012
Toast.makeText(context, path, Toast.LENGTH_LONG).show();

0 commit comments

Comments
 (0)