Hi friends,
this extension is a ImagePicker, to open Gallery we need a normal button.
With ImagePicker original we can store a maximum of 10 images, those images are stored in:
/mnt/sdcard/Pictures/_app_inventor_image_picker
(/storage/emulated/0/Pictures/_app_inventor_image_picker)
With this ImagePicker extension we can store a maximum of 1000 images, the default store directory is:
/mnt/sdcard/Pictures/_app_inventor_image_picker
but you can create a new directory to store images.
Regards.
Juan Antonio Villalpando.