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:
parent
6fc17e3472
commit
53441d57a6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue