summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-05-03 16:58:41 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-05-04 10:16:39 -0700
commit18c699fbc5f6d8bef4c09f4779d3d63772781ca4 (patch)
treed55627fda4b6c76cd8b5ccc4aadf22edd7550a67 /AndroidManifest-common.xml
parent4c7507571c3d744a9c507086479065bfbd24191c (diff)
downloadandroid_packages_apps_Trebuchet-18c699fbc5f6d8bef4c09f4779d3d63772781ca4.tar.gz
android_packages_apps_Trebuchet-18c699fbc5f6d8bef4c09f4779d3d63772781ca4.tar.bz2
android_packages_apps_Trebuchet-18c699fbc5f6d8bef4c09f4779d3d63772781ca4.zip
Using the system color extraction logic instead of inbuild logic
> Moving the inbuild color extraction logic to the aosp flavor Bug: 79111591 Change-Id: I766b0397da7224b424cd5f309cedf635d60a5e0f
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index fe8d65e3b..211e1ff37 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -81,7 +81,7 @@
</receiver>
<service
- android:name="com.android.launcher3.compat.WallpaperManagerCompatVL$ColorExtractionService"
+ android:name="com.android.launcher3.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService"
android:exported="false"
android:process=":wallpaper_chooser"
android:permission="android.permission.BIND_JOB_SERVICE" />