SetupWizard: Increase delay for accessibility
Change-Id: Ifff7161f95e91ec7763f388206cd1d30804ad600
(cherry picked from commit 9dd952e3f6
)
This commit is contained in:
committed by
Gerrit Code Review
parent
0f80350f39
commit
838a8e11b2
@@ -47,8 +47,8 @@ import java.util.List;
|
|||||||
|
|
||||||
public class EnableAccessibilityController {
|
public class EnableAccessibilityController {
|
||||||
|
|
||||||
private static final int SPEAK_WARNING_DELAY_MILLIS = 2000;
|
private static final int SPEAK_WARNING_DELAY_MILLIS = 5000;
|
||||||
private static final int ENABLE_ACCESSIBILITY_DELAY_MILLIS = 6000;
|
private static final int ENABLE_ACCESSIBILITY_DELAY_MILLIS = 12000;
|
||||||
|
|
||||||
public static final int MESSAGE_SPEAK_WARNING = 1;
|
public static final int MESSAGE_SPEAK_WARNING = 1;
|
||||||
public static final int MESSAGE_SPEAK_ENABLE_CANCELED = 2;
|
public static final int MESSAGE_SPEAK_ENABLE_CANCELED = 2;
|
||||||
|
Reference in New Issue
Block a user