nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

When camera activity open I had to capture the photo 2 times #128

Closed vivekjoyride closed 1 year ago

vivekjoyride commented 3 years ago

ImagePicker.with(context) .setCameraOnly(true) .setRootDirectoryName(Config.ROOT_DIR_DCIM) .setDirectoryName(getString(R.string.app_name)) .setRequestCode(Config.RC_PICK_IMAGES) .start()