Skip to content

Commit

Permalink
Doc adjustments Chainfire#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chainfire committed Nov 23, 2018
1 parent d65f608 commit c737c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions librootjava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ it:

```
public class MyActivity {
// ... (you still need to start the root process somewhere)
private final RootIPCReceiver<IMyIPC> ipcReceiver = new RootIPCReceiver<IMyIPC>(null, 0) {
@Override
public void onConnect(IMyIPC ipc) {
Expand Down

0 comments on commit c737c0d

Please sign in to comment.