vtuan070978

Results 6 comments of vtuan070978

thanks for your reply, I mean is when clicking on the icon "take photo" can't work on Android 11, Android 10 is ok. Do you check on Android 11?

hi all, I updated the lib, not using permission WRITE, it worked very well for me, some update in mine: 1. update dispatchTakePictureIntent function fun dispatchTakePictureIntent(): Intent? { val takePictureIntent...

hi all, I got the same issue on mine. I downloaded source code version 2.2.5 & run on Android 11, pickup photo, image, video, file worked fine, but take photo...

> Hello, > > If we enable this permission (PACKAGE_NAME MANAGE_EXTERNAL_STORAGE) then app gets rejected on play store so is there any solution for this? > > Thanks! Yes, I...

hi, I found the solution. In the manifest file, I updated like below, it worked very well in Android 11. - - - - - - - - - -...

hi, I had the solution for Android 11 I updated the lib at the function dispatchTakePictureIntent like this fun dispatchTakePictureIntent(): Intent? { val takePictureIntent = Intent(MediaStore.ACTION_IMAGE_CAPTURE) // Ensure that there's...