overlay: Remove the Suggestion in Settings.

Disable the suggestion feature of the Settings.

Issue: PRJ8901-1613
Issue: FP3-A11#100
Issue: FP3-A11#183

Change-Id: I04150f595c34f9cb42b52aa1a06ddbaf583c2c6b
(cherry picked from commit 61625bb77a2788d6b343aa2b858c9be3b12adba1)
(cherry picked from commit 824e1f149947d97244aa6f5dfc5b73c34f5e9647)
(cherry picked from commit packages/apps/Settings/1e280a63df22082273f0c0163c6fa5aade336eec)
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
index 6a8d192..a6d5476 100644
--- a/overlay/packages/apps/Settings/res/values/config.xml
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -18,4 +18,10 @@
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Whether to show a preference item for regulatory information in About phone -->
     <bool name="config_show_regulatory_info">true</bool>
+
+    <!--
+        Whether or not the homepage should be powered by legacy suggestion (versus contextual cards)
+        Default to true as not all devices support contextual cards.
+    -->
+    <bool name="config_use_legacy_suggestion">false</bool>
 </resources>