I am using HttpJob to download a file
See attached picture
I am getting a java.net.UnknownServiceException: CLEARTEXT communication to ... not permitted by network security policy
I am only getting this on a device running Android 9 API:28
My app uses <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28"/>
If I use <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="26"/> the download just fails.
Some help Please.
See attached picture
I am getting a java.net.UnknownServiceException: CLEARTEXT communication to ... not permitted by network security policy
I am only getting this on a device running Android 9 API:28
My app uses <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28"/>
If I use <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="26"/> the download just fails.
Some help Please.