Skip to content Skip to sidebar Skip to footer

Does The Device Need To Be Rooted To Read '/proc/cpuinfo' On An Android Device?

I need to obtain CPU information on Android. After some research, I found out that reading '/proc/cpuinfo' is one way to do it. My question is - does the device need to be rooted

Solution 1:

You do not need root privileges to read /proc/cpuinfo


Post a Comment for "Does The Device Need To Be Rooted To Read '/proc/cpuinfo' On An Android Device?"