mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-05-06 19:01:12 +03:00
implement file chooser using GtkFileChooserNative
This commit is contained in:
parent
276b5ca7ef
commit
6513195b9e
7 changed files with 136 additions and 13 deletions
|
@ -290,4 +290,8 @@ public class Intent {
|
|||
public Parcelable[] getParcelableArrayExtra(String name) {
|
||||
return extras.getParcelableArray(name);
|
||||
}
|
||||
|
||||
public String getType() {
|
||||
return type;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue