Is there a way to detect device data in Windows Phone?
Answer example for iOS
I use the DeviceStatus class, but it gives a cryptic name and version of the device.
DeviceStatus.DeviceManufacturer: "NOKIA" DeviceStatus.DeviceName: "RM-821_eu_denmark_251" Environment.OSVersion: "Microsoft Windows NT 8.0.10211.0"
Is there a better way to get device information in a friendly way?
What I need:
DeviceStatus.DeviceManufacturer: "NOKIA" DeviceStatus.DeviceName: "Nokia 920" Environment.OSVersion: "Microsoft Windows Phone 8"
Any help is appreciated.
source share