Reduce the delay of showing unlock dialog to 0

Bug: 136049501
Test: Manually on IHU
Change-Id: I0016290a5181b9acba73503f938772b90f583f66
This commit is contained in:
Erin Yan
2019-09-04 16:42:43 -07:00
parent fe3efb667f
commit 13ae817be2

View File

@@ -32,6 +32,6 @@
at will result in remaining closed the panel if released-->
<integer name="notification_settle_close_percentage">80</integer>
<!-- The delay before the unlock dialog pops up -->
<integer name="unlock_dialog_delay_ms">3000</integer>
<integer name="unlock_dialog_delay_ms">0</integer>
</resources>