I've refer https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-hardware-id and Getting MAC address in Android 6.0. It seems to be unable to get MAC address in android 6.
Without WifiInfo.getMacAddress()
and the BluetoothAdapter.getAddress()
can we have an other way to get MAC address programmatically of local device.