sdm710-common: overlay: Reduce screenshot delay to 0

Signed-off-by: pri0818 <priyanshusinghal0818@gmail.com>
This commit is contained in:
Dybios 2022-03-17 14:24:00 +03:00 committed by CakesTwix
parent 69320b1620
commit 8699bc3c6b
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -440,4 +440,7 @@
<!-- Determines whether the shell features all run on another thread. --> <!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool> <bool name="config_enableShellMainThread">true</bool>
<!-- Amount of time in ms the user needs to press the relevant keys to trigger the screenshot chord -->
<integer name="config_screenshotChordKeyTimeout">0</integer>
</resources> </resources>