MCPcopy
hub / github.com/zai-org/Open-AutoGLM / get_current_app

Method get_current_app

phone_agent/device_factory.py:52–54  ·  view source on GitHub ↗

Get current app name.

(self, device_id: str | None = None)

Source from the content-addressed store, hash-verified

50 return self.module.get_screenshot(device_id, timeout)
51
52 def get_current_app(self, device_id: str | None = None) -> str:
53 """Get current app name."""
54 return self.module.get_current_app(device_id)
55
56 def tap(
57 self, x: int, y: int, device_id: str | None = None, delay: float | None = None

Callers 1

_execute_stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected