Page 1 of 1

Writing permission to external storage

Posted: Tue May 30, 2017 8:45 am
by nicalejo
I am trying to download an html once the app is deployed as an Android APP and I receive a message avoiding the action. The manifest of the apk does not include the

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Maybe is no related to this permission but what works in a browser in PC does not once deployed in mobile device

¿Can this be changed in the compiler options?

THX