()
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected