Update longpress time on lock icon to 100ms am: 9d342cabbe
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/18758528 Change-Id: If2f95feb195d5a199f2b6c9e783264e9383c9a25 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a3610b0c54
2 changed files with 6 additions and 0 deletions
|
@ -63,5 +63,8 @@
|
||||||
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
|
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
|
||||||
|
|
||||||
<bool name="config_enableDisplayCutoutProtection">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
||||||
|
|
|
@ -69,5 +69,8 @@
|
||||||
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
|
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
|
||||||
|
|
||||||
<bool name="config_enableDisplayCutoutProtection">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue