Pick multiple images from gallery
问题 How to read/retrieve paths or Uri[] when I select multiple images from gallery? I want to call this: Uri[] originalUri = data.getData(); But in reality I'm getting this only, fetching only one Uri : Uri originalUri = data.getData(); 回答1: @RIT as said by you that you want to get multiples images in andorid kitkat . I have try below code which work for me for Xperia M2 4.4.4 For start image selection activity private void startImageSelection(){ Intent intent = new Intent(); intent.setType(