MCPcopy Create free account
hub / github.com/Action-State-Labs/android-action-kernel / _execute_back

Function _execute_back

actions.py:98–101  ·  view source on GitHub ↗

Navigate back.

()

Source from the content-addressed store, hash-verified

96
97
98def _execute_back() -> None:
99 """Navigate back."""
100 print("🔙 Going Back")
101 run_adb_command(["shell", "input", "keyevent", KEYCODE_BACK])
102
103
104def _execute_wait() -> None:

Callers 1

execute_actionFunction · 0.85

Calls 1

run_adb_commandFunction · 0.85

Tested by

no test coverage detected