MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / exit

Method exit

src/com/cloudream/ishow/App.java:77–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 public void exit()
78 {
79 // stopService(intent);
80 // this.finishAffinity();
81 android.os.Process.killProcess(android.os.Process.myPid());
82// System.exit(0);
83 }
84}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected