Skip to content

Commit

Permalink
proximity: Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dmd79 authored and SubhrajyotiSen committed Jun 18, 2017
1 parent cb45bad commit 98a1c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/vendor/cmsdk/cm/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- 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>
<integer name="config_proximityCheckTimeout">3000</integer>
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>

<!-- All the capabilities of the LEDs on this device, stored as a bit field.
Expand Down

0 comments on commit 98a1c95

Please sign in to comment.