Getting list of available network interfaces in Android
Asked Answered
C

0

9

This is a follow up question to this question:

How to determine which network interface is for Wifi, 3G, 4G (LTE) & VPN in Android?

I got the network interfaces and their names and I need to display a list with their type (VPN, Wifi, 3G, 4G, Local etc.).

How can I know the type of each by the interface's name? ("local", "eth0" and so on..). I need the list of display names with which I can identify each type.

Consentient answered 26/11, 2015 at 7:55 Comment(1)
Does this answer your question? Android NetworkInterface. What are the meanings of names of NetworkInterface?Coy

© 2022 - 2024 — McMap. All rights reserved.