react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

C# Android App - take photo without condirmation button

Open ariktoledano opened this issue 9 months ago • 0 comments

Hi, I would like to take\capture photo with the bottom OK\Cancel confirmation button following is the code that I am using - which still display the buttons:

 Intent intent = new Intent(Android.Provider.MediaStore.ActionImageCapture);
 intent.PutExtra("android.intent.extra.quickCapture", true);

//..
//rest of the code is standard - 

Thanks for any help.

see picture Image

ariktoledano avatar Feb 22 '25 07:02 ariktoledano