storage_permission_handler 0.0.1
storage_permission_handler: ^0.0.1 copied to clipboard
A Android Storage Permission Handler for Multiple Versions
0.0.1 #
Version 0.0.1 - Storage Permission Handler Update
The Storage Permission Handler package has been updated to improve how the app handles storage and photo permissions based on the Android version:
- For Android 13 (API level 33) and above, the app now requests photo permissions to access photos.
- For devices running earlier Android versions, storage permissions will continue to be requested as usual.
Additionally, the 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: