File tree 1 file changed +4
-2
lines changed 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)
1244
1244
1245
1245
> ** This class will help users to Select image from gallery or capture using camera. This class also helps in croping, compressing the image.**
1246
1246
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
+
1247
1251
``` java
1248
1252
// Pick image using Gallery:
1249
1253
// this example is to use directly in kotlin
@@ -1312,6 +1316,4 @@ ImagePicker.Companion.with(this)
1312
1316
// Final image resolution will be less than 620 x 620
1313
1317
.maxResultSize(620 , 620 )
1314
1318
.start()
1315
-
1316
- To get all the images you captured in camera or gallery or cropped you can get normally in onActivityResult
1317
1319
```
You can’t perform that action at this time.
0 commit comments