OSDN Git Service

JobScheduler idle mode not being properly triggered
authorMatthew Williams <mjwilliams@google.com>
Thu, 7 Aug 2014 01:14:16 +0000 (18:14 -0700)
committerChristopher Tate <ctate@android.com>
Thu, 7 Aug 2014 04:50:47 +0000 (04:50 +0000)
commitbe0c4175398ff5d7e13209e833b3037cdd0207d7
tree85e65050586df213e774f78b0e2cd2e26ea97db4
parent3f14df5c9df0028f78d930d03d512d969236f0bc
JobScheduler idle mode not being properly triggered

Issue with how the pending intent was being created -
the component name being explicitly set on the intent somehow
caused the intent to not be delivered.
Fix: no longer set the component name on the intent.
BUG: 16798118

Change-Id: I86b08b2a47067dc9b8da8b85450bc338e0826aca
services/core/java/com/android/server/job/JobSchedulerService.java
services/core/java/com/android/server/job/controllers/IdleController.java