Add MTK for USSD Fix

This commit is contained in:
Dil3mm4 2018-11-17 18:47:03 +00:00 committed by Pierre-Hugues Husson
parent 4484ddd7f8
commit cbf5a7891f
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if [ -n "$FOUND_HUAWEI" ];then
setprop persist.sys.overlay.huawei true
setprop persist.sys.bt_acl_bypass true
setprop persist.sys.camera.huawei true
setprop persist.sys.radio.huawei true
setprop persist.sys.radio.ussd.fix true
setprop debug.hwui.profile true
fi
@ -40,3 +40,6 @@ if getprop ro.hardware |grep -qiE -e qcom -e judyln -e judypn;then
fi
fi
if getprop Build.BRAND | grep -qiE -e MTK;then
setprop persist.sys.radio.ussd.fix true
fi