Can't bind to remote service
Posted
by Moshik
on Stack Overflow
See other posts from Stack Overflow
or by Moshik
Published on 2010-05-27T13:45:27Z
Indexed on
2010/05/27
13:51 UTC
Read the original article
Hit count: 132
android
|android-sdk
after calling:
bindService(new Intent(IUdpListenerService.class.getName()),
serviceConnection, Context.BIND_AUTO_CREATE);
the onServiceConnected isn't being called.
© Stack Overflow or respective owner