sdm710-common: props: Fix cam interface on vilte calls
We use camera2api but this prop was making the ims based stuff to use camera1api which caused ded cam (black cam - receiver not able to see dialer) This fixes it and now vilte calls work fully Thanks to srindak unkil for halping me see this derp
This commit is contained in:
parent
58f57ad7fd
commit
129f391107
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ ro.vendor.extension_library=libqti-perfd-client.so
|
|||
# Radio
|
||||
ro.carrier=unknown
|
||||
persist.radio.multisim.config=dsds
|
||||
persist.vendor.qti.telephony.vt_cam_interface=2
|
||||
persist.vendor.radio.apm_sim_not_pwdn=1
|
||||
persist.vendor.radio.sib16_support=1
|
||||
persist.vendor.radio.custom_ecc=1
|
||||
|
|
Loading…
Reference in a new issue