| 1331 | }; |
| 1332 | |
| 1333 | void AndroidRemoteServer::ShutdownConnection() |
| 1334 | { |
| 1335 | rdcstr deviceID = m_deviceID; |
| 1336 | AndroidController::m_Inst.AsyncInvoke([deviceID]() { Android::ResetCaptureSettings(deviceID); }); |
| 1337 | RemoteServer::ShutdownConnection(); |
| 1338 | } |
| 1339 | |
| 1340 | ExecuteResult AndroidRemoteServer::ExecuteAndInject(const rdcstr &packageAndActivity, |
| 1341 | const rdcstr &, const rdcstr &intentArgs, |
no test coverage detected