agamemnus / cordova-plugin-xapkreader

Easily access Google Play APK expansion file data.
32 stars 55 forks source link

ask for storage permission during runtime #95

Closed samengstrom closed 7 years ago

samengstrom commented 7 years ago

added code to check for storage permissions before attempting to download the expansion pack

agamemnus commented 7 years ago

This isn't going to be borked in Android 7 where there is no issue, right? (Did you check?)

agamemnus commented 7 years ago

I used @agwell's code since it's a little bit more advanced but I appreciate the call to action @samengstrom.