There is a "change/intercept network settings and traffic" permission listed in some Android apps, ex: https://play.google.com/store/apps/details?id=com.nqmobile.antivirus20&hl=en
But from the latest android permission doc: https://developer.android.com/reference/android/Manifest.permission.html there is no such permission at all.
I'm trying to build a app to monitor/intercept/change network traffic in Android, is that possible to do that without rooting the device? TIA.