summaryrefslogtreecommitdiff
path: root/service/ServiceWifiResources
diff options
context:
space:
mode:
author Gabriel Biren <gbiren@google.com> 2024-09-27 17:40:04 +0000
committer Gabriel Biren <gbiren@google.com> 2024-09-27 17:40:04 +0000
commitd99209ddb8a7e0c0114152a7566cab571bb8dbad (patch)
treeecceacff6965a0a204b59590688fcce6e72f4b08 /service/ServiceWifiResources
parent5366613d8d2e5e5a4cebb63bcaeba9bcb80ccfa7 (diff)
Remove the feature flag check for the
delayed carrier scan optimization. We will use the overlay to control whether the feature is available. By default, this will not be enabled for any carriers. Bug: 329142362 Flag: com.android.wifi.flags.delayed_carrier_network_selection Test: atest WifiConnectivityManagerTest Change-Id: I04e70fe8089c40d88f5e8e0d4ccbc6925d986520
Diffstat (limited to 'service/ServiceWifiResources')
-rw-r--r--service/ServiceWifiResources/res/values/config.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/service/ServiceWifiResources/res/values/config.xml b/service/ServiceWifiResources/res/values/config.xml
index 7a25230c1a..2b3b9f9ab8 100644
--- a/service/ServiceWifiResources/res/values/config.xml
+++ b/service/ServiceWifiResources/res/values/config.xml
@@ -1364,7 +1364,10 @@
feature are included in the array by default.
-->
<integer-array translatable="false" name="config_wifiDelayedSelectionCarrierIds">
- <item>2032</item>
+ <!-- Below is a sample configuration for this list:
+ <item>1234</item>
+ <item>5678</item>
+ -->
</integer-array>
<!-- Delay time in milliseconds for delayed carrier network selection.