Loading app/src/main/java/foundation/e/drive/utils/JobUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public abstract class JobUtils { ComponentName jobService = new ComponentName( context, ScannerJob.class ); JobInfo job = new JobInfo.Builder(ScannerJobId, jobService ) .setPeriodic(7200000 , 30000) //31git minutes and 30 secondes .setPeriodic(7200000 , 30000) //2 hr .setPersisted(true) .setRequiredNetworkType( JobInfo.NETWORK_TYPE_ANY ) .build(); Loading Loading
app/src/main/java/foundation/e/drive/utils/JobUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public abstract class JobUtils { ComponentName jobService = new ComponentName( context, ScannerJob.class ); JobInfo job = new JobInfo.Builder(ScannerJobId, jobService ) .setPeriodic(7200000 , 30000) //31git minutes and 30 secondes .setPeriodic(7200000 , 30000) //2 hr .setPersisted(true) .setRequiredNetworkType( JobInfo.NETWORK_TYPE_ANY ) .build(); Loading