|
@@ -27,7 +27,6 @@ import android.content.Intent;
|
|
|
|
|
|
import com.owncloud.android.MainApp;
|
|
|
import com.owncloud.android.lib.common.utils.Log_OC;
|
|
|
-import com.owncloud.android.utils.FilesSyncHelper;
|
|
|
|
|
|
|
|
|
/**
|
|
@@ -49,8 +48,6 @@ public class BootupBroadcastReceiver extends BroadcastReceiver {
|
|
|
if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
|
|
|
MainApp.initAutoUpload();
|
|
|
MainApp.initContactsBackup();
|
|
|
- FilesSyncHelper.scheduleOfflineSyncIfNeeded();
|
|
|
- FilesSyncHelper.scheduleFilesSyncIfNeeded(context);
|
|
|
} else {
|
|
|
Log_OC.d(TAG, "Getting wrong intent: " + intent.getAction());
|
|
|
}
|