Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serenadegx authored May 24, 2019
1 parent d81be3b commit 3808284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ Add the dependency
.custom(file)
.limit(5)
.select(activity, 715);
protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
if (requestCode == 715 && data != null) {
ArrayList<String> list = XRMultiFile.getSelectResult(data);
}
}

0 comments on commit 3808284

Please sign in to comment.