monitor the device

  1. Lakhtin_V

    Android Question Device temperature monitoring

    For my project, it is important to monitor the device overheating. How can I do control the temperature of the device? The my code I try does not work Sub Process_Globals Dim phone As Phone End Sub Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("Main") If...
Top