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

Commit 62d791e7 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

Change-Id: Ib0b9a3de6b84a8fe2e84d953165e2b206a95a790
parents d827c0bc 4431668e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3526,7 +3526,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;
        }
    }