commit | 1ae1decb38c7956103d8646886642515c04f67c3 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Sun Oct 22 22:21:08 2023 +0200 |
committer | maxwen <max.weninger@gmail.com> | Sun Oct 22 22:22:20 2023 +0200 |
tree | ca1ea38f4040e878b0222111277c65dd8aaa37e6 | |
parent | f6c5a95b8b26556be1227808acea6ba9eb348591 [diff] |
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>