diff options
author | Simao Gomes Viana <xdevs23@outlook.com> | 2017-03-16 21:01:38 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-07-12 19:56:45 +0200 |
commit | f2e0f2cd3463789bab0a57c3bc142327092bda98 (patch) | |
tree | 5185030ab812892acc8390cd3c1b5785645e7704 | |
parent | 90e987bae2920c3cb68ad4f061b22eef1baf71ed (diff) |
system.prop: flinger velocities, yummy
Change-Id: Ic8da163d91200beaf77d252fee272fea03153e72
-rw-r--r-- | system.prop | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 7bc3bb5..f803c84 100644 --- a/system.prop +++ b/system.prop @@ -155,3 +155,8 @@ ro.allow.mock.location=1 persist.service.adb.enable=1 persist.service.debuggable=1 persist.sys.usb.config=mtp,adb + +# Higher fling velocities +# for smoother scrolling and better responsiveness +ro.min.fling_velocity=160 +ro.max.fling_velocity=20000 |