Update lock-icon longpress time to 100ms

Test: manual
Bug: 290198662
Change-Id: Ibf17b42b93c03f536983beea1cf8b08909a89986
This commit is contained in:
Beverly 2023-07-10 14:18:09 +00:00 committed by Beverly Tai
parent c7d418f490
commit 9aaf10bbcd
2 changed files with 6 additions and 0 deletions

View file

@ -55,6 +55,9 @@
Z Z
</string> </string>
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer>
<!-- Camera 1 is the front camera --> <!-- Camera 1 is the front camera -->
<string translatable="false" name="config_protectedCameraId">1</string> <string translatable="false" name="config_protectedCameraId">1</string>

View file

@ -55,6 +55,9 @@
Z Z
</string> </string>
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer>
<!-- Camera 1 is the front camera --> <!-- Camera 1 is the front camera -->
<string translatable="false" name="config_protectedCameraId">1</string> <string translatable="false" name="config_protectedCameraId">1</string>