diff options
| author | Beth Thibodeau <ethibodeau@google.com> | 2021-05-26 15:28:00 -0400 |
|---|---|---|
| committer | Beth Thibodeau <ethibodeau@google.com> | 2021-05-26 22:35:22 -0400 |
| commit | 0bcd0f0795d99ed20d71d6d711c6fb295da605f9 (patch) | |
| tree | 3d46476507eb0a92b876b89a8ed96f63110cab99 /overlay | |
| parent | e27cece9f93fe3fc0fcf1cf8c1362dc2250a1f35 (diff) | |
[DO NOT MERGE] Overlay value to show global actions change info
Bug: 183032541
Test: compiles
Change-Id: If848f747dcb8186ee35048f36b0bfa91b8d428c3
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index 7e9d21d0..103b238d 100644 --- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -43,4 +43,7 @@ <!-- Doze: whether the double tap sensor reports 2D touch coordinates --> <bool name="doze_double_tap_reports_touch_coordinates">true</bool> + + <!-- Whether global actions should show an informational message about changes in S --> + <bool name="global_actions_show_change_info">true</bool> </resources> |
