When an Android device connects to a wifi AP, it identifies itself with a name like:
android_cc1dec12345e6054
How can that string be obtained from within an Andr
For java:
java
you can get the property by below:
String str = SystemProperties.get("net.hostname");