We have found that our Android device (Samsung Galaxy Tab Active2) kills all apps with a warning message when the battery temperature exceeds about 55 deg. C. The device does not power-down however.
What we want to do is find a way to automatically restart our app when the temperature has come down to a safe level. We are going to try using the alarm manager to schedule a periodic temperature check (assuming the alarms have not been cleared), but is there an specific intent related to the over-temperature condition?