Open julienkermarec opened 4 months ago
Is there aby workaround for this before it will be fixed on plugin side?
Is there aby workaround for this before it will be fixed on plugin side?
Yes, on can use @capacitor/filesystem for selecting private photo
For using camera, you need to continue using @capacitor/camera
Feature Request
Plugin
@capacitor/camera
Description
Android 14 introduces Selected Photos Access, which allows users to grant apps access to specific images and videos in their library, rather than granting access to all media of a given type.
This change is only enabled if your app targets Android 14 (API level 34) or higher. If you don't use the photo picker yet, we recommend implementing it in your app to provide a consistent experience for selecting images and videos that also enhances user privacy without having to request any storage permissions.
If you maintain your own gallery picker using storage permissions and need to maintain full control over your implementation, adapt your implementation to use the new READ_MEDIA_VISUAL_USER_SELECTED permission. If your app doesn't use the new permission, the system runs your app in a compatibility mode.
Platform(s)
Android
Preferred Solution
Implement the new way to request permission & picture selection
Alternatives
No other plugins alternative
Additional Context
New Permission to add
New requesting permission :