I have a requirement for obtaining the hardware related information on an Android device that runs my application. I need information of the following sort.
The "Build" class in android.os looks like it will contain some of the information you require
use it as
string build = Build.VERSION.DEVICE;
android Hardware Info