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 3e35080 commit 98bc300Copy full SHA for 98bc300
README.md
@@ -45,6 +45,7 @@ startActivityForResult(intent, REQUEST_CODE);
45
46
#### Getting the selected file absolute path
47
##### Note: Your activity must override the onActivityResult(); method.
48
+
49
```
50
@Override
51
protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
@@ -54,7 +55,7 @@ startActivityForResult(intent, REQUEST_CODE);
54
55
}
56
57
-<br/>
58
59
<p float="left">
60
<img src="https://i.imgur.com/2dU8LR0.png" width="300" />
61
<img src="https://i.imgur.com/WlVDRIG.png" width="300" />
0 commit comments