I have a few questions about the following consts in the Build class:
MANUFACTURER, MODEL, PRODUCT, BRAND, DEVICE
- Is there some kind of standard for the values of the above consts?
- Can I count on the values to exist (not be blank) on all devices?
- Is there a difference between the values when the device is bought from different mobile carriers?
- What is the best way to identify a device type? (for example, to know that this is a Galaxy S5 bought from Verizon)? If such a way exists, is it bullet proof?