sdm845-common: Enable double tap to wake support
Change-Id: I78b853eada19aba7b4569c25b92073ca27bde548
This commit is contained in:
parent
924e50ddc2
commit
664a9794fa
1 changed files with 3 additions and 0 deletions
|
@ -320,4 +320,7 @@
|
||||||
|
|
||||||
<!-- True if the device supports Sustained Performance Mode-->
|
<!-- True if the device supports Sustained Performance Mode-->
|
||||||
<bool name="config_sustainedPerformanceModeSupported">true</bool>
|
<bool name="config_sustainedPerformanceModeSupported">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether device supports double tap to wake -->
|
||||||
|
<bool name="config_supportDoubleTapWake">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue