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.