From 642e7177041f03d0a7fd23329a7b3c9e65d46604 Mon Sep 17 00:00:00 2001
From: Li Bai
Date: Tue, 31 Jan 2017 15:51:19 +0900
Subject: [PATCH] Change default long-press time to 400ms
The default long-press time has been changed from 500ms to 400ms by
b/30159825. so the values for the list of long-press timeout options
in Settings app should be changed.
Bug: 35226519
Test: manual - go to Settings > Accessibility > Touch & hold delay
Change-Id: I8e2421ea4119742bb6bf0e27688c65e3de3099dc
---
res/values/arrays.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 6827e5bf718..5a7b42e45e4 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -699,7 +699,7 @@
- - 500
+ - 400
- 1000
- 1500