MCPcopy Index your code
hub / github.com/python/cpython / stop_app

Function stop_app

Android/android.py:636–637  ·  view source on GitHub ↗
(serial)

Source from the content-addressed store, hash-verified

634
635
636def stop_app(serial):
637 run([adb, "-s", serial, "shell", "am", "force-stop", APP_ID], log=False)
638
639
640async def gradle_task(context):

Callers 2

gradle_taskFunction · 0.85
run_testbedFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…