You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are encountering issues where some users experience ANR (Application Not Responding) problems during the video saving process to the gallery, particularly on newer Android versions (e.g., Android 11, 12, 13, and 14). Additionally, there are reports that videos saved using the image_gallery_saver plugin do not appear in the gallery.
Issue Details
ANR Occurrence: Users on Android 11, 12, 13, and 14 are experiencing ANRs during the video saving process. This issue seems to be specific to newer Android versions.
Gallery Visibility: After saving videos, users report that the saved videos are not visible in the gallery.
Steps to Reproduce
Use the image_gallery_saver plugin to save a video on a device running Android 11 or newer.
Observe if an ANR occurs during the process.
Check if the saved video appears in the gallery.
Expected Behavior
The video should be saved without causing an ANR.
The saved video should be visible in the gallery.
Current Behavior
ANRs are occurring during the video saving process.
Videos saved are not appearing in the gallery.
Recommendations
Check Alternatives: Investigate alternative plugins or methods for saving videos to the gallery. The image_gallery_saver plugin may not fully support newer Android versions.
Review App Permissions: Ensure your app correctly requests and handles permissions, especially for Android 11 and above. Verify that you are requesting runtime permissions for media access and storage in accordance with the latest Android permission policies.
Optimize for Scoped Storage: Update your implementation to comply with scoped storage changes introduced in Android 10 and above. Ensure that media files are saved using the appropriate APIs and that background operations are managed to avoid ANRs.
The text was updated successfully, but these errors were encountered:
Description
We are encountering issues where some users experience ANR (Application Not Responding) problems during the video saving process to the gallery, particularly on newer Android versions (e.g., Android 11, 12, 13, and 14). Additionally, there are reports that videos saved using the
image_gallery_saver
plugin do not appear in the gallery.Issue Details
Steps to Reproduce
image_gallery_saver
plugin to save a video on a device running Android 11 or newer.Expected Behavior
Current Behavior
Recommendations
Check Alternatives: Investigate alternative plugins or methods for saving videos to the gallery. The
image_gallery_saver
plugin may not fully support newer Android versions.Review App Permissions: Ensure your app correctly requests and handles permissions, especially for Android 11 and above. Verify that you are requesting runtime permissions for media access and storage in accordance with the latest Android permission policies.
Optimize for Scoped Storage: Update your implementation to comply with scoped storage changes introduced in Android 10 and above. Ensure that media files are saved using the appropriate APIs and that background operations are managed to avoid ANRs.
The text was updated successfully, but these errors were encountered: