MCPcopy
hub / github.com/firerpa/lamda / start_activity

Method start_activity

lamda/client.py:2455–2456  ·  view source on GitHub ↗
(self, **activity)

Source from the content-addressed store, hash-verified

2453 def enumerate_running_processes(self):
2454 return self.stub("Application").enumerate_running_processes()
2455 def start_activity(self, **activity):
2456 return self.stub("Application").start_activity(**activity)
2457 def get_application_by_name(self, name):
2458 return self.stub("Application").get_application_by_name(name)
2459 def application(self, applicationId, user=0):

Callers 3

ida.pyFile · 0.45
start_activityMethod · 0.45
activity_jump.pyFile · 0.45

Calls 1

stubMethod · 0.95

Tested by

no test coverage detected