Hi,
I'm trying to identify the (Android) device that runs my app.
I'm using "Titanium.Platform.model".
For some device it returns the device name (e.g. "HTC Desire HD") but for others it may return something like "Gt-i9100t" (Galaxy SII).
Is there any place where I can see the possible return values of Titanium.Platform.model and the actual devices?
Thanks,
Idan
1 Answer
Accepted Answer
This depends on the manufacturer of the device. If they decide to give out the devices full name good, but if they just output the product number there is nothing we can do about that. The only thing you could do, is creating a database that has the product names for the product numbers in store and display the correct string I guess ...
Your Answer
Think you can help? Login to answer this question!