Is there a way to retrieve the ARM processor version programmatically? I’m trying to send it to Google Analytics. I’ve been told it’s in the /proc/cpuinfo folder but I’m unsure how to retrieve this information in code.
Is there a way to retrieve the ARM processor version programmatically? I’m trying to
Share
From http://android-er.blogspot.com/2009/09/read-android-cpu-info.html:
You can just do
spliton each line in the result and look for the line that starts withProcessor.