What is clear text communication?
Just so, what clear text means?
In telecommunications, cleartext is the form of a message or data which is in a form that is immediately understandable to a human being without additional processing. In particular, it implies that this message is sent or stored without cryptographic protection.
Also, what is clear text protocol?
Ending Clear Text Protocols. Clear text protocols are communication methods that do not encrypt data. They include popular services like POP3 and remote MySQL connections. Using a clear text protocol is akin to writing a letter to someone on the outside of an envelope.
Add your network security config to your Android manifest file under application. TL;DR — You can fix cleartext traffic error by adding useCleartextTraffic=”true” in android manifest or by adding your domain through a Network security config file and set cleartextTrafficPermitted=”true”.