Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70fd54b7 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Delay index job a little bit" into pi-dev am: 5530329d

am: 2d462ea4

Change-Id: I40bd038c46ed428096d8b6e17ba0326d2e98c827
parents 88516c0d 2d462ea4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public interface DeviceIndexFeatureProvider {
        context.getSystemService(JobScheduler.class).schedule(
                new JobInfo.Builder(jobId, jobComponent)
                        .setPersisted(true)
                        .setMinimumLatency(1)
                        .setMinimumLatency(1000)
                        .setOverrideDeadline(1)
                        .build());