We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3d0e5 commit 7c413b0Copy full SHA for 7c413b0
app/src/main/java/com/example/rootfilepicker/MainActivity.java
@@ -31,7 +31,8 @@ public class MainActivity extends AppCompatActivity {
31
private final List<FileItem> fileItems = new ArrayList<>();
32
private final List<FileItem> selectedItems = new ArrayList<>();
33
private final String fileFilter = ""; // ví dụ: ".txt"
34
-
+private List<String> extensionFilter = new ArrayList<>();
35
+
36
@Override
37
protected void onCreate(Bundle savedInstanceState) {
38
Intent intent = getIntent();
0 commit comments