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

Commit eec994dd authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "configure the new key KEY_WIFI_OFF_DEFERRING_TIME_MILLIS_INT to 4000ms...

Merge "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)" into rvc-dev am: 4431668e am: 74a01cb7

Change-Id: I8ac251d85b50d8663a54f70368be72e98765782c
parents 024c63a1 74a01cb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3498,7 +3498,7 @@ public class CarrierConfigManager {

        private static PersistableBundle getDefaults() {
            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;
        }
    }