summaryrefslogtreecommitdiff
path: root/system.prop
diff options
context:
space:
mode:
authorShaikh Shadul <sshadu@codeaurora.org>2017-05-11 19:49:20 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-26 08:10:39 -0700
commitebf26463d904b9c11d191871f5638d9c3493609d (patch)
tree23ba9af31c1cc6aaf84bfa3b7f8eb85357f19118 /system.prop
parent37f40c38bdb97ec632533691462bc7e2ca1d5272 (diff)
sdm660_64: Update sensors properties in system.prop
Update sensors properties in system.prop file as - ro.qti.* to ro.vendor.*. Change-Id: I743366d21d2bb57ce05b61c3f4e42fad92853dae
Diffstat (limited to 'system.prop')
-rwxr-xr-xsystem.prop14
1 files changed, 7 insertions, 7 deletions
diff --git a/system.prop b/system.prop
index 993b86a..ab06530 100755
--- a/system.prop
+++ b/system.prop
@@ -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