Answers for "cleartext communication to localhost not permitted by network security policy android studio"

2

CLEARTEXT communication to 13.232.95.6 not permitted by network security policy

in manifest file add this ====>

<application>
android:usesCleartextTraffic="true"
</application>
Posted by: Guest on December-23-2020

Code answers related to "cleartext communication to localhost not permitted by network security policy android studio"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language