]> iEval git - fonbot.git/blobdiff - src/ro/ieval/fonbot/FonBotApplication.java
Replace GCM and polling with long polling
[fonbot.git] / src / ro / ieval / fonbot / FonBotApplication.java
index be774ce6b15d8367801c850f0a514184efc3044f..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);
 
-               new PollServerAsyncTask(this).execute();
-
                startService(new Intent(this, FonBotMainService.class));
 
 //             Thread.setDefaultUncaughtExceptionHandler(new RemoteCrashdumpHandler(this));
This page took 0.020989 seconds and 4 git commands to generate.