react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
C# Android App - take photo without condirmation button
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