Small tweaks

- June ASB cherrypicks
- Change default NTP. only 2*.pool.ntp.org supports IPv6
This commit is contained in:
Tad 2021-06-10 04:31:15 -04:00
parent 94b91c6afd
commit 50c670c477
13 changed files with 26 additions and 16 deletions

View file

@ -370,6 +370,11 @@ imsAllowDiag() {
}
export -f imsAllowDiag;
extremeWiFiDeepSleep() {
sed -i 's/gEnablePowerSaveOffload=2/gEnablePowerSaveOffload=4/' $1;
}
export -f extremeWiFiDeepSleep;
volteOverride() {
cd "$DOS_BUILD_BASE$1";
if grep -sq "config_device_volte_available" "overlay/frameworks/base/core/res/res/values/config.xml"; then