I intend to pass multiple file-URIs/Paths to my Activity using intent. I have the necessary code in place (i.e. SEND_MULTIPLE
in Manifest and getIntent()
in Activity) and I am able to get the file-list from the intent
in my Activity. However, this file-list is sorted in alphabetical order and not in the same order as I selected my files from Gallery.
Is there a way to get the file-list in same order as I select the files in Gallery?