Add Samsung way to grab ro.telephony.default_network

This commit is contained in:
Pierre-Hugues Husson 2022-03-22 20:21:09 -04:00
parent 0048f513fd
commit d827035fd4
1 changed files with 4 additions and 0 deletions

View File

@ -1069,3 +1069,7 @@ fi
mount /system/phh/empty /vendor/etc/permissions/samsung.hardware.uwb.xml
mount /system/phh/empty /vendor/bin/install-recovery.sh
if getprop ro.vendor.radio.default_network |grep -qE '[0-9]';then
setprop ro.telephony.default_network $(getprop ro.vendor.radio.default_network)
fi