1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-17 18:19:31 +08:00

Opt: Add auto device detection and auto package detection, should be foolproof

- Add: Real-time server change
This commit is contained in:
LmeSzinc
2022-04-18 05:01:32 +08:00
parent 9da18a87ad
commit beabf938fc
13 changed files with 285 additions and 99 deletions

View File

@@ -139,7 +139,7 @@ class Hermit(Adb):
self.adb_shell(['input', 'keyevent', '3'])
# Switch back to AzurLane
self.app_start_adb(self.config.Emulator_PackageName)
self.app_start_adb()
def uninstall_hermit(self):
self.adb_command(['uninstall', self._hermit_package_name])