added stub function for geth communication
This commit is contained in:
parent
17497b5359
commit
a99778031b
|
@ -94,6 +94,10 @@ public class GethService extends Service {
|
||||||
handler.postDelayed(addPeer, 5000);
|
handler.postDelayed(addPeer, 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void signalEvent(String jsonEvent) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
@Override
|
@Override
|
||||||
public IBinder onBind(Intent intent) {
|
public IBinder onBind(Intent intent) {
|
||||||
|
|
Loading…
Reference in New Issue