setStaticWallpaper in WallpaperClient (3/3)
Implementation of setStaticWallpaper
Test: DefaultGoogleWallpaperPreferencesTest
Bug: 303315365
Flag: ACONFIG com.android.systemui.scene_container DEVELOPMENT
Change-Id: Ide774fec7d3c26c7941863fda18155125c3675e0
diff --git a/src/com/android/customization/module/ThemePickerInjector.kt b/src/com/android/customization/module/ThemePickerInjector.kt
index 4b2c899..819f906 100644
--- a/src/com/android/customization/module/ThemePickerInjector.kt
+++ b/src/com/android/customization/module/ThemePickerInjector.kt
@@ -207,7 +207,8 @@
WallpaperClientImpl(
context = appContext,
infoFactory = getCurrentWallpaperInfoFactory(appContext),
- wallpaperManager = WallpaperManager.getInstance(appContext)
+ wallpaperManager = WallpaperManager.getInstance(appContext),
+ wallpaperPreferences = getPreferences(appContext)
),
wallpaperPreferences = getPreferences(context = appContext),
backgroundDispatcher = bgDispatcher,