coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 192 forks source link

why should i have internet connection permissions? #12

Closed mohelsaka closed 11 years ago

mohelsaka commented 11 years ago

I'm using image-chooser-library, but i was getting 'file not found' error in some cases with different files, although other files was working correctly.

The error is solved when i added Internet permissions to the app and switched on mobile date of the device.

I want to know why such library would need internet connection for?

coomar2841 commented 11 years ago

Internet is required in some cases, if you choose images from your Picasa/Google plus albums. Those images are not saved locally, and so, have to be downloaded.

mohelsaka commented 11 years ago

thanks! exactly this was the case that happened with me.