Java tutorial
//package com.java2s; import android.os.Build; public class Main { static public String getPhoneName() { return new Build().MODEL; } }