I am reading the cup's max frequency from "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq"
this file in Android Studio. But I am always getting less frequency than shown in the device's info page/claimed by the company.
I was testing it in Samsung Galaxy M32 4g device and company claims it's frequency to be 2GHz but this file is giving the answer 1.8GHz.
Why is this happening?