Hi,
I need to be able to work out the specific device type that my app is working on (don't ask why #sigh# I just do. :(
The only thing I have been able to find within the SDK docs is DeviceSettings.partNumber which although theoretically might allow me to match up against device name in devices.xml is not a runner for this as I am dealing with a third-party. :(
So... as I really, truly, certainly and indisputably do not want to manage 70+ device specific resources- directories with a single string key in a lonely strings file...
Is there a better way to find device name as per the id used in Manifest build targets?
Thanks,
G