Exemplo n.º 1
0
 public void WakeUp(DeviceData device)
 {
     ConsoleExeRunner.Execute(adb, $"-s {device.Serial} shell input keyevent KEYCODE_POWER");
 }
Exemplo n.º 2
0
 public void Reboot(DeviceData device)
 {
     ConsoleExeRunner.Execute(adb, $"-s {device.Serial} reboot");
 }