Reputation: 29
I want to retrieve network adapter's name in android devices.
Upvotes: 1
Views: 3600
Reputation: 31
The simpliest way to list all network interfaces in your android device is to execute this command:
adb shell ls /sys/class/net
Upvotes: 3