sdm660-common: Reduce screenshot delay to 0

This commit is contained in:
Dybios 2020-12-20 16:55:06 +00:00 committed by OdSazib
parent 206f51bad0
commit f6b044c52e
No known key found for this signature in database
GPG key ID: B678DBD07079B021

View file

@ -1140,5 +1140,9 @@
<string name="db_default_journal_mode">MEMORY</string> <string name="db_default_journal_mode">MEMORY</string>
<string name="db_default_sync_mode">OFF</string> <string name="db_default_sync_mode">OFF</string>
<string name="db_wal_sync_mode">OFF</string> <string name="db_wal_sync_mode">OFF</string>
<!-- 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>