We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f04319 commit 62879e6Copy full SHA for 62879e6
librootjavadaemon_example/src/main/java/eu/chainfire/librootjavadaemon_example/MainActivity.java
@@ -70,6 +70,8 @@ protected void onCreate(Bundle savedInstanceState) {
70
textView = findViewById(R.id.textView);
71
textView.setHorizontallyScrolling(true);
72
textView.setMovementMethod(new ScrollingMovementMethod());
73
+
74
+ // See librootjava's example for further commentary on these two calls
75
ipcReceiver.setContext(this);
76
(new Thread(new Runnable() {
77
@Override
0 commit comments