I'm trying to print a list of values in ListView
from a webpage. I have the two permission
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
However I'm getting this message,
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
I'm not sure what it means and how to fixed.
The message you're getting isn't an error; it's just letting you know that you're not using a Network Security Configuration. If you want to add one, take a look at this page on the Android Developers website: https://developer.android.com/training/articles/security-config.html.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With