We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ea096 + 1742460 commit 0e932e0Copy full SHA for 0e932e0
android/src/main/java/com/mr/flutter/plugin/filepicker/FilePickerDelegate.java
@@ -300,7 +300,7 @@ private void startFileExplorer() {
300
}
301
302
if (intent.resolveActivity(this.activity.getPackageManager()) != null) {
303
- this.activity.startActivityForResult(Intent.createChooser(intent, null), REQUEST_CODE);
+ this.activity.startActivityForResult(intent, REQUEST_CODE);
304
} else {
305
Log.e(TAG, "Can't find a valid activity to handle the request. Make sure you've a file explorer installed.");
306
finishWithError("invalid_format_type", "Can't handle the provided file type.");
0 commit comments