Merge "sdm660_64: Update sensors properties in system.prop"
This commit is contained in:
commit
6797cc271d
1 changed files with 7 additions and 7 deletions
14
system.prop
14
system.prop
|
@ -162,19 +162,19 @@ ro.sys.fw.bg_apps_limit=60
|
||||||
|
|
||||||
#Settings to enable sensors
|
#Settings to enable sensors
|
||||||
#Device Orientation sensor
|
#Device Orientation sensor
|
||||||
ro.qti.sensors.dev_ori=true
|
ro.vendor.sensors.dev_ori=true
|
||||||
#Persistent Motion Detector
|
#Persistent Motion Detector
|
||||||
ro.qti.sensors.pmd=true
|
ro.vendor.sensors.pmd=true
|
||||||
#Stationary Detector
|
#Stationary Detector
|
||||||
ro.qti.sensors.sta_detect=true
|
ro.vendor.sensors.sta_detect=true
|
||||||
#Motion Detector
|
#Motion Detector
|
||||||
ro.qti.sensors.mot_detect=true
|
ro.vendor.sensors.mot_detect=true
|
||||||
#Facing
|
#Facing
|
||||||
ro.qti.sensors.facing=false
|
ro.vendor.sensors.facing=false
|
||||||
#CMC
|
#CMC
|
||||||
ro.qti.sensors.cmc=false
|
ro.vendor.sensors.cmc=false
|
||||||
#Gesture
|
#Gesture
|
||||||
ro.qti.sdk.sensors.gestures=false
|
ro.vendor.sdk.sensors.gestures=false
|
||||||
|
|
||||||
#low power mode for camera
|
#low power mode for camera
|
||||||
camera.lowpower.record.enable=1
|
camera.lowpower.record.enable=1
|
||||||
|
|
Loading…
Reference in a new issue