To allow HTTP you need to change the manifest:
in summary, add
android:usesCleartextTraffic=“true"
attribute to the <application> tag in manifest.
To allow HTTP you need to change the manifest:
in summary, add
android:usesCleartextTraffic=“true"
attribute to the <application> tag in manifest.