diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-23 23:50:02 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-23 23:50:02 +0100 |
commit | 2f884ee7b8ad15690cb5de5ff229d835f117a994 (patch) | |
tree | 8a3e32721dbebf81ff128a73eabfa5bdbd2afcfd /system.prop | |
parent | 68b530f7d745e31ff494a84185b22a2fe5a1e84f (diff) |
z2_plus: edit build.prop
Change-Id: I0fc6061ebd206b30a855803e35554cc7cb1206b2
Diffstat (limited to 'system.prop')
-rwxr-xr-x | system.prop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/system.prop b/system.prop index d98f783..cea333f 100755 --- a/system.prop +++ b/system.prop @@ -86,7 +86,7 @@ persist.timed.enable=true # # 196608 is decimal for 0x30000 to report version 3.0 # 196609 is decimal for 0x30001 to report version 3.1 -# 196609 is decimal for 0x30002 to report version 3.2 +# 196610 is decimal for 0x30002 to report version 3.2 ro.opengles.version=196610 # system property for maximum number of HFP client connections @@ -271,4 +271,10 @@ persist.camera.imglib.fddsp=1 persist.camera.llc=1 persist.camera.llnoise=1 persist.camera.stats.test=0 +camera.disable_zsl_mode=1 + +use.qti.sw.alac.decoder=true +use.qti.sw.ape.decoder=true +flac.sw.decoder.24bit.support=true + |