From https://developer.android.com/about/versions/17/behavior-changes-all#uses-clear-traffic-deprecation:
In a future release, we plan to deprecate the usesCleartextTraffic element. Apps that need to make unencrypted (HTTP) connections should migrate to using a network security configuration file, which lets you specify which domains your app needs to make cleartext connections to.
This is a tracking bug for deleting all references to usesCleartextTraffic in packages, samples, and documentation:
Packages:
git grep usesCleartextTraffic
Samples
git grep usesCleartextTraffic
Website
git grep usesCleartextTraffic
From https://developer.android.com/about/versions/17/behavior-changes-all#uses-clear-traffic-deprecation:
This is a tracking bug for deleting all references to usesCleartextTraffic in packages, samples, and documentation:
Packages:
git grep usesCleartextTrafficandroid:usesCleartextTraffic="true"in the<application>in the AndroidManifest.xmlSamples
git grep usesCleartextTrafficWebsite
git grep usesCleartextTraffic