diff options
| author | Demon000 <demonsingur@gmail.com> | 2020-04-06 16:24:03 +0200 | 
|---|---|---|
| committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 | 
| commit | 5a3b873dbf015a5c83500197a6a4e830fbe4c3d8 (patch) | |
| tree | 71917bb5c64955754683fb73668232527411015e /rro_overlays | |
| parent | f8f4fd5ff1f507d31c986b99a4956899377c6ac1 (diff) | |
veux: Disable proximity usage during doze
Change-Id: I5c54643b3d6d6ea4e5f847870a5266bb96342583
Diffstat (limited to 'rro_overlays')
| -rw-r--r-- | rro_overlays/SystemUIOverlayVeux/res/values/config.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml index bb6ddeb..fef08e1 100644 --- a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml +++ b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml @@ -19,6 +19,9 @@  <resources> +    <!-- Whether usage of the proximity sensor during doze is supported --> +    <bool name="doze_proximity_sensor_supported">false</bool> +      <!-- Doze: check proximity sensor before pulsing? -->      <bool name="doze_proximity_check_before_pulse">false</bool> | 
