I create an interface for QR code reader. It's working but, camera permission doesn't work. I checked the emulator camera too. but there's no problem. I added camera permission to the manifest too. I can't find where's the problem.
This's the code of QR reader
Cannot solve this error? Kotlin (QR Reader)
can you please help me to find if there an error in this code. I solve the previous problem in that question. I'm still learning kotlin.
Emulator AVD manager permissioncamera
CodePudding user response:
I had this issue with dexter before, have you tried using activity result contract API? you can check more about that in this article Activity Result contract