Replace GCM and polling with long polling
[fonbot.git] / src / ro / ieval / fonbot / FonBotApplication.java
index af5a70c2ac69c236d22c5a4351bf38f6277f687b..64eb60269ad39a77c3bffcf3238fa6ebf3a861fe 100644 (file)
@@ -48,8 +48,6 @@ public final class FonBotApplication extends Application {
                final TelephonyManager tman=(TelephonyManager) getSystemService(TELEPHONY_SERVICE);
                tman.listen(new FonBotPhoneStateListener(this), PhoneStateListener.LISTEN_CALL_STATE);
 
-               Utils.pollServer(this);
-
                startService(new Intent(this, FonBotMainService.class));
 
 //             Thread.setDefaultUncaughtExceptionHandler(new RemoteCrashdumpHandler(this));
This page took 0.009526 seconds and 4 git commands to generate.