Merge "Set the default screenshot delay to 0ms"
This commit is contained in:
@@ -100,7 +100,7 @@ public class ViewConfiguration {
|
||||
* Defines the duration in milliseconds a user needs to hold down the
|
||||
* appropriate buttons (power + volume down) to trigger the screenshot chord.
|
||||
*/
|
||||
private static final int SCREENSHOT_CHORD_KEY_TIMEOUT = 500;
|
||||
private static final int SCREENSHOT_CHORD_KEY_TIMEOUT = 0;
|
||||
|
||||
/**
|
||||
* Defines the duration in milliseconds a user needs to hold down the
|
||||
|
||||
@@ -2258,7 +2258,7 @@
|
||||
|
||||
<!-- Amount of time in ms the user needs to press the relevant keys to trigger the
|
||||
screenshot chord -->
|
||||
<integer name="config_screenshotChordKeyTimeout">500</integer>
|
||||
<integer name="config_screenshotChordKeyTimeout">0</integer>
|
||||
|
||||
<!-- Default width of a vertical scrollbar and height of a horizontal scrollbar.
|
||||
Takes effect only if the scrollbar drawables have no intrinsic size. -->
|
||||
|
||||
Reference in New Issue
Block a user