Skip to content

Commit

Permalink
sdm660_64: Update sensors properties in system.prop
Browse files Browse the repository at this point in the history
Update sensors properties in system.prop file as
- ro.qti.* to  ro.vendor.*.

Change-Id: I743366d21d2bb57ce05b61c3f4e42fad92853dae
  • Loading branch information
Shaikh Shadul authored and Gerrit - the friendly Code Review server committed May 26, 2017
1 parent 37f40c3 commit ebf2646
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,19 @@ ro.sys.fw.bg_apps_limit=60

#Settings to enable sensors
#Device Orientation sensor
ro.qti.sensors.dev_ori=true
ro.vendor.sensors.dev_ori=true
#Persistent Motion Detector
ro.qti.sensors.pmd=true
ro.vendor.sensors.pmd=true
#Stationary Detector
ro.qti.sensors.sta_detect=true
ro.vendor.sensors.sta_detect=true
#Motion Detector
ro.qti.sensors.mot_detect=true
ro.vendor.sensors.mot_detect=true
#Facing
ro.qti.sensors.facing=false
ro.vendor.sensors.facing=false
#CMC
ro.qti.sensors.cmc=false
ro.vendor.sensors.cmc=false
#Gesture
ro.qti.sdk.sensors.gestures=false
ro.vendor.sdk.sensors.gestures=false

#low power mode for camera
camera.lowpower.record.enable=1
Expand Down

0 comments on commit ebf2646

Please sign in to comment.