sdm845-common: Enable proximity check for touchscreen gestures
Change-Id: I334ba5f31ba5802dbbffdec9dfcbcc40ade05be2
This commit is contained in:
parent
0b10e12ab6
commit
c9b24dcffc
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<!-- Default value for proximity check on screen wake
|
||||
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
|
||||
<bool name="config_proximityCheckOnWake">true</bool>
|
||||
<integer name="config_proximityCheckTimeout">100</integer>
|
||||
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
||||
|
||||
<!-- Hardware keys present on the device, stored as a bit field.
|
||||
This integer should equal the sum of the corresponding value for each
|
||||
of the following keys present:
|
||||
|
|
Loading…
Reference in a new issue