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
java.lang.IllegalArgumentException: Movement of content://media/external_primary/video/media which isn't part of well-defined collection not allowed at android.content.ContentProviderProxy.update(ContentProviderNative.java:578)
The text was updated successfully, but these errors were encountered:
After trying Toggle pending status for media files from official docs:
https://developer.android.com/training/data-storage/shared/media#toggle-pending-status
I get exception:
java.lang.IllegalArgumentException: Movement of content://media/external_primary/video/media which isn't part of well-defined collection not allowed
at android.content.ContentProviderProxy.update(ContentProviderNative.java:578)
The text was updated successfully, but these errors were encountered: