Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
def
_execute_back() -> None:
99
""
"Navigate back."
""
100
print(
"🔙 Going Back"
)
101
run_adb_command([
"shell"
,
"input"
,
"keyevent"
, KEYCODE_BACK])
102
103
104
def
_execute_wait() -> None:
Callers
1
execute_action
Function · 0.85
Calls
1
run_adb_command
Function · 0.85
Tested by
no test coverage detected