Both CPU-Z and Simple System Monitor will not show CPU usage on Android 9 and claim it has to be rooted. But I have managed to grant some access to Simple System Monitor as instructed to do so by using the commands:
.\adb shell pm grant com.dp.sysmonitor.app android.permission.PACKAGE_USAGE_STATS
.\adb shell pm grant com.dp.sysmonitor.app android.permission.DUMP
Can't I do something similar for CPU usage? I really can't be bothered rooting my Samsung Galaxy A10 just for this, since it seems a hellishly complicated procedure. Surely just to see how busy the CPU is shouldn't need root? I just want something like Windows Task Manager, to show the overall CPU usage.
.\adb shell pm grant com.dp.sysmonitor.app android.permission.PACKAGE_USAGE_STATS
.\adb shell pm grant com.dp.sysmonitor.app android.permission.DUMP
Can't I do something similar for CPU usage? I really can't be bothered rooting my Samsung Galaxy A10 just for this, since it seems a hellishly complicated procedure. Surely just to see how busy the CPU is shouldn't need root? I just want something like Windows Task Manager, to show the overall CPU usage.