Android Question Add image to Album in Gallery

MotoMusher

Active Member
Licensed User
Longtime User

josejad

Expert
Licensed User
Longtime User
Is there a way to create/pass an album name so these pictures are segregated?

Try to add the folder name before TargetName in the snippet you posted

B4X:
cr.Delete(EXTERNAL_CONTENT_URI, "_display_name = ?", Array As String("%/Screenshots/%" & TargetName))

I have no device with target <29 to test the else part of the Erel's snippet, but you should test with "Pictures/Screenshots" there.
 
Upvote 0
Top