I noticed my app wasn\'t working on Pixel 3. I went into android studio and emulated a few devices and noticed it is not working on any Android Pie (API 28) devices, but wor
Or you can use usesCleartextTraffic attribute under the application element in the android manifest. The default value in Android P is “false”.
but it requires minSdkVersion 23 or higher.