diff options
author | Makoto Onuki <omakoto@google.com> | 2019-07-16 16:19:01 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2019-07-29 09:32:02 -0700 |
commit | 792de8d6488f9bfe5bd61b69d7f5f0aab8719e68 (patch) | |
tree | 1c74fd5e93e1c97315d07a9b53ea20641f670615 /config/preloaded-classes | |
parent | 6188f35dd2cf4e5e3dad4b047bb61231cefe5f82 (diff) |
Move the job scheduler service code to its own jar file.
- Also remove the dependency from SystemServiceRegistry to JobScheduler
See apex/jobscheduler/README_js-mainline.md for the details.
Bug: 137763703
Test: build and boot
Test: atest CtsJobSchedulerTestCases
Change-Id: I2386c78b7a6085d6e543a63f22cb620c4cabd06a
Diffstat (limited to 'config/preloaded-classes')
-rw-r--r-- | config/preloaded-classes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index 03e3b82c75f7..ea50999e9d56 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -563,6 +563,7 @@ android.app.job.JobInfo android.app.job.JobParameters$1 android.app.job.JobParameters android.app.job.JobScheduler +android.app.job.JobSchedulerFrameworkInitializer android.app.job.JobService$1 android.app.job.JobService android.app.job.JobServiceEngine$JobHandler |