Arm Cpu
How to get the CPU information on Android.
Android is built on top of the Linux Kernel, to get cpu information we just need to read a file from the file system.
/proc/cpuinfo
By reading this file we can get understand the cpu arhictecture.
Btw, this is the first post.