From ead84c8aac492a84dd3bd56bbf5508f21ff1ef89 Mon Sep 17 00:00:00 2001 From: shaenix Date: Mon, 28 Jul 2025 18:34:59 +0530 Subject: [PATCH] sm7125-common:added the Fling flags --- product.prop | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/product.prop b/product.prop index 51d5061..7044229 100644 --- a/product.prop +++ b/product.prop @@ -25,3 +25,12 @@ ro.config.low_ram=false # Incremental FS ro.incremental.enable=1 + + +# Fling +ro.min.fling_velocity=160 +ro.max.fling_velocity=20000 +ro.vendor.qti.cgroup_follow.enable=true +persist.vendor.qti.inputopts.enable=true +persist.vendor.qti.inputopts.movetouchslop=0.6 +ro.qcom.adreno.qgl.ShaderStorageImageExtendedFormats=0 \ No newline at end of file