From a81fdab384303b9d9d07efce69d5c6418bbdb15b Mon Sep 17 00:00:00 2001 From: yang.xu Date: Thu, 15 Mar 2018 04:34:00 +0000 Subject: systemprop: enable dolby vision support for t962e/t962x/q201.[2/3] PD#159882 enable ro.platform.support.dolbyvision Change-Id: Id330f72ab391ceed6bbc723602f37f5514855043 --- diff --git a/system.prop b/system.prop index 21f906b..5c80868 100644 --- a/system.prop +++ b/system.prop @@ -1,5 +1,6 @@ # Set display related config ro.platform.has.mbxuimode=true +ro.platform.has.tvuimode=true ro.platform.has.realoutputmode=true ro.platform.keepbackground.app=com.droidlogic.PPPoE #camera max to 720p @@ -63,6 +64,9 @@ media.html5videowin.enable=1 media.decoder.vfm.defmap=decoder ppmgr deinterlace amvideo media.decoder.vfm.drmmap=decoder amvideo +#platform support dolby vision +ro.platform.support.dolbyvision=true + #add for video boot, 1 means use video boot, others not . service.bootvideo=0 -- cgit