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