@Override public int onStartCommand(Intent intent, int flags, int startId) { // Call super.onStart because it starts the IOIOAndroidApplicationHelper // and super.onStartCommand is not implemented super.onStart(intent, startId); handleStartup(intent); return START_STICKY; }
@Override public void onStart(Intent intent, int startId) { super.onStart(intent, startId); handleStartup(intent); }