Update longpress time on lock icon to 100ms

Test: manual
Bug: 231712181
Change-Id: I0a9faf86b690399d7bc901e0fc8f72f9f7435b63
This commit is contained in:
Beverly 2022-06-06 16:51:52 +00:00 committed by TreeHugger Robot
parent 79753e6c35
commit 9d342cabbe
2 changed files with 6 additions and 0 deletions

View file

@ -63,5 +63,8 @@
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
<bool name="config_enableDisplayCutoutProtection">true</bool>
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer>
</resources>

View file

@ -69,5 +69,8 @@
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
<bool name="config_enableDisplayCutoutProtection">true</bool>
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer>
</resources>