Device Check (Samsung vs Others)

Najeebullah Shah picture Najeebullah Shah · Jul 28, 2012 · Viewed 9k times · Source

I am working on an application, where there is some code implementation difference for samsung and htc, kindly have a look at my SO question

Sending SMS to multiple recepients (Samsung vs HTC)

How can I put a check for if the device is samsung or others(htc)

Answer

MAC picture MAC · Jul 28, 2012
String manufacturer = android.os.Build.MANUFACTURER;

example:

Sony Ericsson

samsung

HTC