Open
Description
Version
3.6.3
Platforms
Android
Device Model
Oppo Reno 6, Android 13
flutter info
When I use the method, as the documentation says :
await PhotoManager.editor.android.moveToTrash(list);
My picture does not go to the trash folder on my Oppo device, however it does get deleted.
Is someone facing the same issue ?
PS : I carefully configured my Android phone as it is said in the documentation.
How to reproduce?
-
Call :
await PhotoManager.editor.android.moveToTrash(listOfPhotos); -
Click "allow" after the message "do you want to move this picture to the bin?"
-
Check the bin. It does not contain your photo.
Example code (optional)
await PhotoManager.editor.android.moveToTrash(list);