We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100dc16 commit 318260aCopy full SHA for 318260a
1 file changed
app/src/main/java/com/example/rootfilepicker/FileListAdapter.java
@@ -1,3 +1,4 @@
1
+package com.example.rootfilepicker;
2
import android.content.Context;
3
import android.view.View;
4
import android.view.ViewGroup;
@@ -8,7 +9,7 @@
8
9
import java.util.ArrayList;
10
import java.util.List;
11
import java.io.File;
-package com.example.rootfilepicker;
12
+
13
14
15
0 commit comments