Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get phone name in Android

Tags:

android

Is there any way to get phone name in android??. I have tried

android.os.Build.DEVICE;
android.os.Build.MODEL;
android.os.Build.PRODUCT;

In Samsung Galaxy S. All these are giving GT-19000 as the result,which is the model name. Is there any way I could get Samsung Galaxy S as the result?

like image 759
Shijilal Avatar asked Jan 29 '11 07:01

Shijilal


1 Answers

GT-19000

well that is the name of the phone...

like image 73
Tyler Avatar answered Oct 11 '22 09:10

Tyler