The simple way to remove this type of permission, is by deleting its xml code line from the original Android Manifest file in android/app/src/main .
Read moreWhich manifest permissions are required for connecting the app to the INTERNET?
You must have mostly used the google play services library, which contains INTERNET and ACCESS_NETWORK_STATE permissions .
Read more