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

Commit f4f5d056 authored by Kweku Adams's avatar Kweku Adams
Browse files

Remove prefetch bit.

The comments around the job indicate that this is not a prefetch job.
Removing the prefetch bit to avoid potential issues due to the change in
prefetch job management.

Bug: 194532703
Test: N/A
Change-Id: Icef36407156ad1c69e6bcb61acb40b3a0f178c4a
parent 0c6c7812
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -555,7 +555,6 @@ public class IorapForwardingService extends SystemService {

            JobInfo.Builder builder = new JobInfo.Builder(JOB_ID_IORAPD, IORAPD_COMPONENT_NAME);
            builder.setPeriodic(JOB_INTERVAL_MS);
            builder.setPrefetch(true);

            builder.setRequiresCharging(true);
            builder.setRequiresDeviceIdle(true);