Clear Text traffic allowed on all domain

Use APK editor Studio, open apk, edit AndroidManifest.xml with an editor like Notepad++, save it, compile apk

in manifest look for

<application
android:usesCleartextTraffic="true"

and change it to false

See example provided by @bodymindpower

1 Like