Skip to content

Commit c737c0d

Browse files
committed
Doc adjustments Chainfire#2
1 parent d65f608 commit c737c0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

librootjava/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ it:
228228

229229
```
230230
public class MyActivity {
231+
// ... (you still need to start the root process somewhere)
232+
231233
private final RootIPCReceiver<IMyIPC> ipcReceiver = new RootIPCReceiver<IMyIPC>(null, 0) {
232234
@Override
233235
public void onConnect(IMyIPC ipc) {

0 commit comments

Comments
 (0)