Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1599ce07 authored by radhika's avatar radhika Committed by Radhika Agrawal
Browse files

configure the new key KEY_WIFI_OFF_DEFERRING_TIME_MILLIS_INT to 4000ms for the

UE to defer Wifi OFF until IMS is deregistered (b/142750916)

Bug: 148386002
Test: make
Change-Id: I751ffa41fc3b4a1ddfc8b2c79035dc689ff485d0
parent 1f9f5ddd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3498,7 +3498,7 @@ public class CarrierConfigManager {


        private static PersistableBundle getDefaults() {
        private static PersistableBundle getDefaults() {
            PersistableBundle defaults = new PersistableBundle();
            PersistableBundle defaults = new PersistableBundle();
            defaults.putInt(KEY_WIFI_OFF_DEFERRING_TIME_MILLIS_INT, 0);
            defaults.putInt(KEY_WIFI_OFF_DEFERRING_TIME_MILLIS_INT, 4000);
            return defaults;
            return defaults;
        }
        }
    }
    }