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:

  1. For Android 13 (API level 33) and above, the app now requests photo permissions to access photos.
  2. 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:

  1. Internet Access: The app requests the INTERNET permission for network operations.
  2. Media Images Access: For Android 13 (API level 33) and above, the app requests READ_MEDIA_IMAGES to access media files like images.
  3. 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.
  4. 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: