Bugfix: redeliver Intent to BoteService if killed and then restarted

This commit is contained in:
str4d
2014-06-05 01:26:18 +00:00
parent a8ebb72f07
commit e5e4601219

View File

@@ -23,7 +23,7 @@ public class BoteService extends Service {
if (mRouterChoice == RouterChoice.INTERNAL)
new Thread(new RouterStarter()).start();
I2PBote.getInstance().startUp();
return START_STICKY;
return START_REDELIVER_INTENT;
}
@Override