sdm845-common: Enable proximity check for touchscreen gestures

Change-Id: I334ba5f31ba5802dbbffdec9dfcbcc40ade05be2
This commit is contained in:
LuK1337 2018-07-12 16:56:17 +02:00 committed by Łukasz Patron
parent 0b10e12ab6
commit c9b24dcffc

View file

@ -14,6 +14,12 @@
limitations under the License. limitations under the License.
--> -->
<resources> <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. <!-- Hardware keys present on the device, stored as a bit field.
This integer should equal the sum of the corresponding value for each This integer should equal the sum of the corresponding value for each
of the following keys present: of the following keys present: