We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2be4a commit 9cf6b31Copy full SHA for 9cf6b31
1 file changed
app/src/main/java/com/example/rootfilepicker/MainActivity.java
@@ -31,7 +31,7 @@ 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
@Override
36
protected void onCreate(Bundle savedInstanceState) {
37
Intent intent = getIntent();
0 commit comments