Hi,
I am using the HfTTPServer (version 1.00) library in my B4A app - https://www.b4x.com/android/forum/t...er-in-your-android-application.25984/#content
I have noticed that it requires an Runtime Permission (android.permisssion.WRITE_EXTERNAL_STORAGE).
Is there a way in changing it so it doesn't need this runtime permission? Maybe making it use
File.DirInternal so it doesn't require the runtime permission?
From what I can see, it is built into the HTTPServer library.
I am using the HfTTPServer (version 1.00) library in my B4A app - https://www.b4x.com/android/forum/t...er-in-your-android-application.25984/#content
I have noticed that it requires an Runtime Permission (android.permisssion.WRITE_EXTERNAL_STORAGE).
Is there a way in changing it so it doesn't need this runtime permission? Maybe making it use
File.DirInternal so it doesn't require the runtime permission?
From what I can see, it is built into the HTTPServer library.