On Android 6 devices, we've noticed that expansion files now need that we request the WRITE_EXTERNAL_STORAGE
permission at runtime, which allows the user to deny, which doesn't allow us to continue with the app startup.
Is there a way to prevent the expansion files to use the WRITE_EXTERNAL_STORAGE
or to prevent the user of denying?
If that request must appear when using expansion files, how are we supposed to handle that gracefully?