diff options
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 21eb41c..73b52ae 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -131,5 +131,9 @@ <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow card. --> <integer name="keyguard_max_notification_count">4</integer> + + <!-- Defines the implementation of the velocity tracker to be used for the panel expansion. Can + be 'platform' or 'noisy' (i.e. for noisy touch screens). --> + <string name="velocity_tracker_impl" translatable="false">platform</string> </resources> |