Skip to content Skip to sidebar Skip to footer

How To Get Multiple Image Uri From Gallery With Intent Filter

I want to get multiple image URI using intent filter without implements a whole custom filechooser. To get the URI of a single image I use private void openImage() { try {

Solution 1:

There is no means to get multiple images, at least not through standard Intent actions like ACTION_GET_CONTENT. Sorry!


Post a Comment for "How To Get Multiple Image Uri From Gallery With Intent Filter"