getAttachmentsMetadataFromUris

Takes a list of file Uris and transforms them into a list of AttachmentMetaData.

IMPORTANT: This method performs a potentially expensive query operation and should be called from a background thread to avoid blocking the UI.

Return

List of AttachmentMetaData that describe the files.

Parameters

uris

Selected file Uris, to be transformed.