From 03efefc74bc52fcceb334b195989abe5c243040d Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Tue, 1 Jul 2025 12:44:48 +0000 Subject: [PATCH] config: Disable touch video heatmap Change-Id: Iac858eeb059a854dbb020d14a0f165b41055511d --- config/mist.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/mist.mk b/config/mist.mk index 6c27dc2f..17cca378 100644 --- a/config/mist.mk +++ b/config/mist.mk @@ -16,6 +16,11 @@ endif PRODUCT_PACKAGES += \ CustomFontPixelLauncherOverlay +# Disable touch video heatmap to reduce latency, motion jitter, and CPU usage +# on supported devices with Deep Press input classifier HALs and models +PRODUCT_PRODUCT_PROPERTIES += \ + ro.input.video_enabled=false + # Art PRODUCT_SYSTEM_PROPERTIES += \ pm.dexopt.post-boot=speed \