I want to get the name of my device (Samsung SM-P900) not the model name.
If i try to get the name with code like this:
BluetoothAdapter myDevice = BluetoothAdapter.getDefaultAdapter();
String deviceName = myDevice.getName();
return deviceName;
it gives me a Model name like SM-P900, but it is not that what i want.
Have any idea???
EDIT: Here is wat i want.