We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to load images on Android 33 and above currently returns false when calling initialize() due to this change in the Android SDK: https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions
This is probably where we should check if sdk is < 33: https://github.com/csdcorp/local_image_provider/blob/f6103efd61820163356042a2adf25d7ab4b41bdf/local_image_provider/android/src/main/kotlin/com/csdcorp/local_image_provider/LocalImageProviderPlugin.kt#L650C1-L668
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to load images on Android 33 and above currently returns false when calling initialize() due to this change in the Android SDK: https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions
This is probably where we should check if sdk is < 33: https://github.com/csdcorp/local_image_provider/blob/f6103efd61820163356042a2adf25d7ab4b41bdf/local_image_provider/android/src/main/kotlin/com/csdcorp/local_image_provider/LocalImageProviderPlugin.kt#L650C1-L668
The text was updated successfully, but these errors were encountered: