storage_permission_handler 1.0.2
storage_permission_handler: ^1.0.2 copied to clipboard
A Android Storage Permission Handler for Multiple Versions
1.0.2 #
Your app now requests the following permissions to ensure full functionality:
- Internet Access: The app requests the INTERNET permission for network operations.
- Media Images Access: For Android 13 (API level 33) and above, the app requests READ_MEDIA_IMAGES to access media files like images.
- External Storage Access (Android 10 and below): The app requests READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions for devices running Android 9 (API level 28) or below.
- Scoped Storage and Broad Access (Android 10 and above): On Android 11 (API level 30) and later, the app requests MANAGE_EXTERNAL_STORAGE permission to access all files on the device (if needed).
In your AndroidManifest.xml, you should also include the following permissions: