diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-17 11:42:29 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-17 11:42:29 -0700 |
commit | aa0771637055446a2ad91c64f197fe7b9c4a22a3 (patch) | |
tree | cb7b4a19b2561782b03397e0b198c25b18f7c894 /system.prop | |
parent | c20172f7f7b9c2e696a6d917c5ca4bdffa4c223a (diff) | |
parent | 7f2b31977e91010640f618855469d84b3daf0b3d (diff) |
Merge "sdm660_64: Add property to enable display default color mode"
Diffstat (limited to 'system.prop')
-rwxr-xr-x | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 02ff13e..56f4552 100755 --- a/system.prop +++ b/system.prop @@ -191,3 +191,6 @@ ro.config.zram=true #set maximum supported adapter voltage persist.charger.max_voltage_mv=9000 + +#Property to enable display default color mode +vendor.display.enable_default_color_mode=true |