jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

How to capture the data if any image is captured via Camera on Result_Cancelled #97

Open bhatnagar-gaurav opened 8 years ago

bhatnagar-gaurav commented 8 years ago

In the scenario when the user has clicked couple of pics via camera but then pressed the Cancel button. The return Intent for the Activity is null on Result_Cancelled . Please see that the intent gives me the URIs of the camera captured pics so that at least i can delete them or specifically deal with them in these scenarios.