(final IXposedHookZygoteInit.StartupParam startupParam)
| 37 | } |
| 38 | |
| 39 | @Override |
| 40 | public void initZygote(final IXposedHookZygoteInit.StartupParam startupParam) throws Throwable { |
| 41 | XposedBridge.hookAllMethods(Process.class, "start", debugAppsHook); |
| 42 | } |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected