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.
Any help on this topic would be highly appreciated.
Log.i("ManuFacturer :", Build.MANUFACTURER);
Log.i("Board : ", Build.BOARD);
Log.i("Display : ", Build.DISPLAY);
More info can be found at from http://developer.android.com/reference/android/os/Build.html