Wallpaper service enabled temporarily to observe the effect on the user switch

Bug: 145558164
Test: manual verification
Change-Id: Ib9370da808a2c98c6c76b1cd1985170180017e73
diff --git a/car_product/overlay/frameworks/base/core/res/res/values/config.xml b/car_product/overlay/frameworks/base/core/res/res/values/config.xml
index f5029f0..ac9f3ca 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values/config.xml
@@ -97,7 +97,8 @@
 
     <bool name="config_automotiveHideNavBarForKeyboard">true</bool>
 
-    <!-- Turn off Wallpaper service -->
-    <bool name="config_enableWallpaperService">false</bool>
+    <!-- Turn on Wallpaper service -->
+    <!-- Enabled temporarily to watch the dashboard-->
+    <bool name="config_enableWallpaperService">true</bool>
 
 </resources>