Skip to content

Commit 98bc300

Browse files
authored
Update README.md
1 parent 3e35080 commit 98bc300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ startActivityForResult(intent, REQUEST_CODE);
4545

4646
#### Getting the selected file absolute path
4747
##### Note: Your activity must override the onActivityResult(); method.
48+
4849
```
4950
@Override
5051
protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
@@ -54,7 +55,7 @@ startActivityForResult(intent, REQUEST_CODE);
5455
}
5556
}
5657
```
57-
<br/>
58+
5859
<p float="left">
5960
<img src="https://i.imgur.com/2dU8LR0.png" width="300" />
6061
<img src="https://i.imgur.com/WlVDRIG.png" width="300" />

0 commit comments

Comments
 (0)