sm6375-common: Set ro.vendor.sensors.prox_for_call to true

* It seems like proximity dies randomly for some users and setting this to true fixes it somehow.
* So let's keep this enabled since it doesn't do any harm and the issue gets fixed as well.

Change-Id: I143adec5333728037b3dff04248e3bfcce02073b
This commit is contained in:
Anand S 2024-10-24 14:57:19 +05:30
parent 6fc17e3472
commit 53441d57a6
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -300,6 +300,7 @@ persist.vendor.sensors.allow_non_default_discovery=true
persist.vendor.sensors.on_change_sample_period=true persist.vendor.sensors.on_change_sample_period=true
persist.vendor.sensors.sync_request=true persist.vendor.sensors.sync_request=true
ro.vendor.sensors.glance_approach=false ro.vendor.sensors.glance_approach=false
ro.vendor.sensors.prox_for_call=true
# Shutdown # Shutdown
sys.vendor.shutdown.waittime=500 sys.vendor.shutdown.waittime=500