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

Method current_application

lamda/client.py:1196–1197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1194 self._warning_global_use("enumerate_running_processes")
1195 return self.device.proxy("Application", display=self.display).enumerate_running_processes()
1196 def current_application(self):
1197 return self.device.proxy("Application", display=self.display).current_application()
1198 def start_activity(self, **activity):
1199 return self.device.proxy("Application", display=self.display).start_activity(**activity)
1200 def get_application_by_name(self, name):

Callers

nothing calls this directly

Calls 2

proxyMethod · 0.80
current_applicationMethod · 0.45

Tested by

no test coverage detected