Android: fix crash from NetworkInterface.getNetworkInterfaces() NPE
Work around a framework bug where getNetworkInterfaces() may throw NullPointerException on API < 31 when a virtual interface has no parent.
See https://issuetracker.google.com/issues/204913332