Manifest editing possible or not?

Hello guys, i just recently started to use kodular and like it alot but i have question

can we add------> android:usesCleartextTraffic=“true” <---- this line of code in manifest file?

i made app already in android studio but im wondering if this is possible to recreate here.

thank you all for your time and answers

You dont need to add this.
We already add this automatic

1 Like

hello thank you for your time, i tried everything but this code just don’t work.
i’m trying to make just simple webview app, but website have radio stream everything is ok if i use secure protocol for streaming https but i don’t works with http streams, on android studio i put this line of code first.

In my case, Google Play (as a warning message) tells me to

Consider only permitting encrypted traffic by setting the [cleartextTrafficPermitted] flag to false

I’ve checked the AndroidManifest.xml and didn’t find that option. I found the android:usesCleartextTraffic="false"

In my app, I just retrieve data from https site.

Is there any easy way to add it?

So why you should this be found in the Manifest?
android:usesCleartextTraffic="false"

1 Like

Thank you for your answer. I thought it would be there but my bad.

I see that from Android 9 and upwards the default value is false.

For all the other versions can I do something to bypass this warning?


:point_up_2:How can i solve this problem ?
Im using deephost pdf viewer extension
There is no problem until yesterday , yesterday i was deleted another extension that is not necessarily for my app , is that cause of this error?
Hope you will suggest me a solution