OSDN Git Service

Migrate ColorExtractionService to JobService
authorTony <twickham@google.com>
Fri, 2 Jun 2017 22:43:26 +0000 (15:43 -0700)
committerTony <twickham@google.com>
Sat, 3 Jun 2017 01:21:05 +0000 (18:21 -0700)
commit629a67c5ac33409ebccf13284505a4cadc65656a
tree86622470fd8169d7a3f87460365718991de93497
parent8b6ea60facc33c973d1a8c432b91bbade851415c
Migrate ColorExtractionService to JobService

IntentService cannot be run in the background, so moving to
JobService prevents us from crashing if the wallpaper is
changed while we aren't running.

Bug: 62065291
Change-Id: Ie0c887e36d0ced43a0b9ab8136bf55eb37697489
AndroidManifest-common.xml
src/com/android/launcher3/Utilities.java
src/com/android/launcher3/dynamicui/ColorExtractionService.java
src/com/android/launcher3/dynamicui/ExtractionUtils.java