From c737c0dd2ae862f3a5c23e69e8c4c928edab6bdb Mon Sep 17 00:00:00 2001 From: Jorrit Jongma Date: Fri, 23 Nov 2018 13:03:12 +0100 Subject: [PATCH] Doc adjustments #2 --- librootjava/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librootjava/README.md b/librootjava/README.md index c17fb91..94d4558 100644 --- a/librootjava/README.md +++ b/librootjava/README.md @@ -228,6 +228,8 @@ it: ``` public class MyActivity { + // ... (you still need to start the root process somewhere) + private final RootIPCReceiver ipcReceiver = new RootIPCReceiver(null, 0) { @Override public void onConnect(IMyIPC ipc) {