I am working on android application which needs the function to alert the user, when the device is reaching its maximum CPU temperature.
Is there any existing broadcast receiver
to detect the CPU Temperature ?? or Whats the best way to achieve this ??
Note: Know that the CPU temperature can be pulled from sys/class/thermal/thermal_zone0/temp
, but looking for a solution to receive through the broadcast.