Android: Get mobile hardware information
问题 I am working on app which tells the user about Device. I go through many questions on SO but didn't find the answer. I want to find Model Number Android Version Base band Version Kernel Version Build number RAM of my Mobile. I would really appreciate any kind of help regarding this Thankx. 回答1: I was using this on my code, so I put all: Log.i("TAG", "SERIAL: " + Build.SERIAL); Log.i("TAG","MODEL: " + Build.MODEL); Log.i("TAG","ID: " + Build.ID); Log.i("TAG","Manufacture: " + Build