android - Convert device name to model name -


as know, android devices have device names maguro or crespo. there data source projection device name -> model name (e.g. maguro -> samsung galaxy nexus, crespo -> samsung nexus s)?

check out android.os.build

specifically, you're interested in this:

public static final string  manufacturer    manufacturer of product/hardware. public static final string  model           end-user-visible name end product. 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -