vinceglb / FileKit

Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
https://vinceglb.github.io/FileKit/
MIT License
488 stars 16 forks source link

Permission access camera and file library #108

Open hafiz013 opened 1 week ago

hafiz013 commented 1 week ago

I have seen this library is good but one things is missing here which is run time permission for access camera and file library in kotlin multiplatform. For your information, android 15 permission is already changes as compared to others platform.

vinceglb commented 6 days ago

Hi! Thanks for creating this issue.

I'm not sure to understand well your problem. Actually, FileKit doesn't access the camera feature, so it doesn't need camera permission access. Also, to my knowledge, there is no permission needed to open a file picker.

Can you please provide more details about what you mean? Thanks in advance