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.
1 parent aec85bd commit f68554eCopy full SHA for f68554e
app/src/main/java/com/github/developerpaul123/filepickerlibrary/app/MainActivity.java
@@ -158,7 +158,7 @@ public void onClick(View view) {
158
.withScopeType(Scope.ALL)
159
.withMimeType(FileType.JPEG)
160
.useMaterialActivity(true)
161
- .launch();
+ .launch(FilePicker.REQUEST_FILE);
162
163
// Intent filePicker = new Intent(getActivity(), FilePicker.class);
164
// filePicker.putExtra(FilePicker.SCOPE_TYPE, FileScopeType.ALL);
0 commit comments