diff options
author | 2024-02-11 16:29:21 +0000 | |
---|---|---|
committer | 2024-02-11 16:29:21 +0000 | |
commit | ad2bf6735beec4af94d2dc254a876c061424e42a (patch) | |
tree | 6707b6af5f2d261b5b5bff2a0da71c5b87382615 | |
parent | e9d40b3088d1a19e58f7f8ddddf5d8f80c329cc6 (diff) | |
parent | 90c3faee99323f12c090d926a71eb77ade561dc9 (diff) |
Merge "[ESIM Bootstrap Support] configuration to support bootstrap sim data Limit" into main
-rw-r--r-- | core/res/res/values/config_telephony.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index c14fe572aba1..dbe7196d8e6a 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -212,6 +212,11 @@ <integer name="config_emergency_call_wait_for_connection_timeout_millis">20000</integer> <java-symbol type="integer" name="config_emergency_call_wait_for_connection_timeout_millis" /> + <!-- Indicates the data limit in bytes that can be used for bootstrap sim until factory reset. + -1 means unlimited. --> + <integer name="config_esim_bootstrap_data_limit_bytes">-1</integer> + <java-symbol type="integer" name="config_esim_bootstrap_data_limit_bytes" /> + <!-- Telephony config for the PLMNs of all satellite providers. This is used by satellite modem to identify providers that should be ignored if the carrier config carrier_supported_satellite_services_per_provider_bundle does not support them. |