IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.04k stars 57 forks source link

[BUG] Duplicate confirmation for deleting/moving to trash #405

Closed Captn138 closed 2 months ago

Captn138 commented 2 months ago

Describe the bug When deleting a picture or moving it to trash, I am asked to confirm twice and I don't see the point of it.

To Reproduce Steps to reproduce the behavior:

  1. Open a picture
  2. Click on the trash icon
  3. "Moving to trash" click "Confirm"
  4. See problem: "Allow gallery to move this photo to trash"?" click "Allow"

Expected behavior When confirming to delete the picture the first time, I shouldn't be asked a second time

Screenshots Screenshot_20240425-114837_Gallery.png

Screenshot_20240425-114841_Media Storage.png

Smartphone (please complete the following information):

Additional context The application has the permissions to access my pictures as seen below

Screenshot_20240425-115047_Permission controller.png

IacobIonut01 commented 2 months ago

THIS IS NOT A BUG!

This has been explained at the setup of the app, in order to avoid the second confirmation you need to make the app a Media Manager (Settings -> Apps -> Special app access -> Media management apps). You can quickly do that from the first install of the app at the setup wizard

Captn138 commented 2 months ago

Thanks a lot !