android-multipicker-library icon indicating copy to clipboard operation
android-multipicker-library copied to clipboard

How to change directory and filename of the captured image using Camera?

Open galacticappster04 opened this issue 8 years ago • 1 comments

Is there a way to tell the camera the filename of the photo and the location to where it will be saved?

galacticappster04 avatar Dec 26 '16 05:12 galacticappster04

https://github.com/coomar2841/android-multipicker-library/blob/dev/multipicker/src/main/java/com/kbeanie/multipicker/core/PickerManager.java#L240 is where the filename is created. An optional delegate could let the client to choose the filename.

bmarty avatar Mar 06 '20 17:03 bmarty