Remove mtk/ussd fix from vndk-detect. It is plain wrong (property doesnt exist)

This commit is contained in:
Pierre-Hugues Husson 2019-03-31 17:37:37 +02:00
parent db12985a31
commit 3f4e811d2e
1 changed files with 0 additions and 4 deletions

View File

@ -40,7 +40,3 @@ if getprop ro.hardware |grep -qiE -e qcom -e judyln -e judypn;then
setprop persist.sys.overlay.devinputjack true
fi
fi
if getprop Build.BRAND | grep -qiE -e MTK;then
setprop persist.sys.radio.ussd.fix true
fi