I need your take on this. The target SDKs of my android app are android:minSdkVersion="28" and android:targetSdkVersion="35". Is it okay if I won't create Network Security Configuration since I am targeting SDKs >28 and <35?
Are there security concerns for this if I ignore creating the network_security_config.xml?
I did not include network_security_config.xml in my Android Application.