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 the Camera and CameraRoll module no longer works #1481

Closed ckarmy closed 9 months ago

ckarmy commented 10 months ago

Starting in API level 33, "READ_EXTERNAL_STORAGE" and "WRITE_EXTERNAL_STORAGE" has no effect. If your app accesses other apps' media files, request one or more of these permissions instead: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO, READ_MEDIA_AUDIO that are associated with media files.

the solution: https://stackoverflow.com/a/74920156