overlay/common: Do not show wallpaper attribution

 * We do not ship Google's wallpapers

Change-Id: I7203aaf2c3a426fcc303cd3b3fa13085a8a99b0c
diff --git a/overlay/common/packages/apps/Settings/res/values/bools.xml b/overlay/common/packages/apps/Settings/res/values/bools.xml
index bb93789..2060de1 100644
--- a/overlay/common/packages/apps/Settings/res/values/bools.xml
+++ b/overlay/common/packages/apps/Settings/res/values/bools.xml
@@ -17,4 +17,7 @@
 <resources>
     <!-- Whether to show a preference item for mobile plan -->
     <bool name="config_show_mobile_plan">false</bool>
+
+    <!-- Whether wallpaper attribution should be shown or not. -->
+    <bool name="config_show_wallpaper_attribution">false</bool>
 </resources>