omni: set always_show_screenshot_dismiss_button=false

replaced by change in fwb
SystemUI: screenshot: Add delete action chip intent

Change-Id: I78db36a109e8e60ab74bfa3975894739b7887211
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
index 090b616..8412e5e 100644
--- a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
+++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -35,7 +35,7 @@
     <bool name="config_showActivity">false</bool>
 
     <!-- Enable the screenshot dismiss button by default -->
-    <bool name="always_show_screenshot_dismiss_button">true</bool>
+    <bool name="always_show_screenshot_dismiss_button">false</bool>
 
     <!-- The maximum number of tiles in the QuickQSPanel -->
     <integer name="quick_qs_panel_max_tiles">2</integer>