Get Device Manufacturer and Model in Android Device

by Sasikumar 2013-12-31 10:01:47

To get device manufacturer and model in android use the following code:
// Get Phone model and manufacturer name
String manufacturer = Build.MANUFACTURER;
String model = Build.MODEL;

Smile
Laughing
1069
like
0
dislike
0
mail
flag

You must LOGIN to add comments