GALLERY

Full access to the photo and video library.

  • Android: Maps to READ_MEDIA_IMAGES + READ_MEDIA_VIDEO (API 33+) or READ_EXTERNAL_STORAGE. Supports Android 14+ "Partial Access" flow.

  • iOS: NSPhotoLibraryUsageDescription. Supports iOS "Limited" access.

⚠️ Android Note: If your app only requires images or videos, use GALLERY_IMAGES_ONLY or GALLERY_VIDEO_ONLY to minimize permission scope and avoid silent denial if you haven't declared both in your Manifest.

Properties

Link copied to clipboard
open override val identifier: String

Unique identifier for this permission.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether this permission needs a specific transition from PARTIAL to background access.