elimu-ai / vitabu

📚 Android application for reading storybooks and expanding word vocabulary.
MIT License
3 stars 3 forks source link

#57 display images on Android 10 #79

Closed gscdev closed 3 years ago

nya-elimu commented 3 years ago

@gscdev Thanks for fixing this 🙂

Eventually, we will remove the READ_EXTERNAL_STORAGE permission request from this app, and rather get the images from the content-provider directly. This will happen through the usage of an Android FileProvider or something similiar. (One advantage of using a ContentProvider is to avoid have to request permissions for reading multimedia files in each app educational app/game.)