Skip to content

Commit 458eeda

Browse files
authored
Update README.md
1 parent 9cd3683 commit 458eeda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,10 @@ DeviceUtils.getMacAddress(Context context)
12441244

12451245
>**This class will help users to Select image from gallery or capture using camera. This class also helps in croping, compressing the image.**
12461246
1247+
>**To get all the images you captured in camera or gallery or cropped you can get normally in onActivityResult**
1248+
1249+
>**The permissions are handled automatically here for Camera and Gallery.**
1250+
12471251
```java
12481252
// Pick image using Gallery:
12491253
// this example is to use directly in kotlin
@@ -1312,6 +1316,4 @@ ImagePicker.Companion.with(this)
13121316
//Final image resolution will be less than 620 x 620
13131317
.maxResultSize(620, 620)
13141318
.start()
1315-
1316-
To get all the images you captured in camera or gallery or cropped you can get normally in onActivityResult
13171319
```

0 commit comments

Comments
 (0)