diff options
Diffstat (limited to 'services/inputflinger/InputManager.cpp')
| -rw-r--r-- | services/inputflinger/InputManager.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp index 37b31875f8..1a9f47d934 100644 --- a/services/inputflinger/InputManager.cpp +++ b/services/inputflinger/InputManager.cpp @@ -34,7 +34,7 @@  namespace android {  static const bool ENABLE_INPUT_DEVICE_USAGE_METRICS = -        sysprop::InputProperties::enable_input_device_usage_metrics().value_or(true); +        sysprop::InputProperties::enable_input_device_usage_metrics().value_or(false);  using gui::FocusRequest;  |