Can I use the Google G+ app or Twitter 'Select photos' screen in my app to select multiple photos?

I am currently using this plugin to select multiple images for my app: https://github.com/wymsee/cordova-imagePicker

Its a bit unstable... and I wish it would allow me to browse the folders on my device with thumbnails of images in each folder, just like the Google G+ app does when you click on the 'Photo' button in the main screen.

Is it possible to use the Google+ or Twitter built-in screen in my app to select multiple images? (using some kind of intent or something.... sorry I am new to android development.)

If it matters, I also want the same possible to do on iOS but for now just on Android.. eventually I plan to make my app work for iOS. I am using Ionic framework too.