Support different I2P Android package names

This commit is contained in:
str4d-transport
2014-07-06 09:27:10 +00:00
parent d2800fcdf3
commit 65da21afe7

View File

@@ -52,8 +52,6 @@ public class BoteService extends Service implements NewEmailListener {
if (mRouterChoice == RouterChoice.ANDROID) {
// Bind to I2P Android
Intent i2pIntent = new Intent(IRouterState.class.getName());
i2pIntent.setClassName("net.i2p.android.router",
"net.i2p.android.router.service.RouterService");
mTriedBindState = bindService(
i2pIntent, mStateConnection, 0);
} else if (mRouterChoice == RouterChoice.REMOTE)