MCPcopy Create free account
hub / github.com/Justson/AgentWeb / run

Method run

sample/src/main/java/com/just/agentweb/sample/app/App.java:40–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 //implementation 'com.github.Justson:dispatch-queue:v1.0.5'
39 GlobalQueue.getMainQueue().postRunnableInIdleRunning(new Runnable() {
40 @Override
41 public void run() {
42 try {
43 startService(new Intent(App.this, WebService.class));
44 } catch (Throwable throwable) {
45
46 }
47 }
48 });
49 }
50

Callers 2

iFunction · 0.45
kbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected