implement file chooser using GtkFileChooserNative

This commit is contained in:
Julian Winkler 2024-03-16 18:14:46 +01:00
parent 276b5ca7ef
commit 6513195b9e
7 changed files with 136 additions and 13 deletions

View file

@ -290,4 +290,8 @@ public class Intent {
public Parcelable[] getParcelableArrayExtra(String name) {
return extras.getParcelableArray(name);
}
public String getType() {
return type;
}
}