fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

android 13 camera permissions #1486

Closed ckarmy closed 9 months ago

ckarmy commented 9 months ago

This is an approach to solving the permissions problem (https://github.com/fuse-open/fuselibs/issues/1481). It works but I don't have much knowledge of native code.

I think the code needs to be polished a little.

mortend commented 9 months ago

Superseded by #1487

ckarmy commented 8 months ago

@mortend I tested it, but it's not working. I'm getting an error message that says, 'Permissions: Permissions denied,' even though I have all the necessary permissions granted within the app. Something seems to have changed that is causing it to not work with respect to my code.

ckarmy commented 8 months ago

@mortend I think the problem is in this validation: image

ckarmy commented 8 months ago

@mortend In Build Version >= 33, it consistently indicates that the permissions have not been granted, even though they have been. I've reviewed my code, and I've forced it to always return that the permissions are granted...