Writing permission to external storage

Just starting out? Need help? Post your questions and find answers here.
nicalejo
Posts: 15
Joined: Thu May 18, 2017 4:06 pm

Writing permission to external storage

Post 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