File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments