UdacityAndroidDevScholarship / gis-2k18

This application is a collaborative project made by the Google Udacity Android Developer Scholars.
49 stars 85 forks source link

Images not being fetched from Gallery #112

Open sud8443 opened 6 years ago

sud8443 commented 6 years ago

The images in UserDetailsActivity and ChallengeUserInputDetails are not being fetched from the Gallery, because the READ_EXTERNAL_STORAGE permission is not asked at runtime, without the permission we cannot get the image from the external storage of the device

sud8443 commented 6 years ago

Resolved and submitted the PR