sdm710-common: Enable double tap to wake support

Change-Id: I78b853eada19aba7b4569c25b92073ca27bde548
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Luca Stefani 2018-07-15 09:42:44 +02:00 committed by SamarV-121
parent d89fda11a3
commit 657e1976e4

View file

@ -400,4 +400,8 @@
<!-- Height of the status bar --> <!-- Height of the status bar -->
<dimen name="status_bar_height_portrait">88.0px</dimen> <dimen name="status_bar_height_portrait">88.0px</dimen>
<dimen name="status_bar_height_landscape">28.0dp</dimen> <dimen name="status_bar_height_landscape">28.0dp</dimen>
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
</resources> </resources>