Get Android Phone Model programmatically
问题 I would like to know if there is a way for reading the Phone Model programmatically in Android. I would like to get a string like HTC Dream, Milestone, Sapphire or whatever... 回答1: On many popular devices the market name of the device is not available. For example, on the Samsung Galaxy S6 the value of Build.MODEL could be "SM-G920F" , "SM-G920I" , or "SM-G920W8" . I created a small library that gets the market (consumer friendly) name of a device. It gets the correct name for over 10,000