diff options
| author | 2023-12-30 16:20:56 +0000 | |
|---|---|---|
| committer | 2024-02-11 13:28:06 +0000 | |
| commit | 90c3faee99323f12c090d926a71eb77ade561dc9 (patch) | |
| tree | cdc07ecfc721da2c8369d3401ddc10054c73e54d | |
| parent | 6f689ff3c0d7fcd79a5ee216b2e10ab01c1572b5 (diff) | |
[ESIM Bootstrap Support] configuration to support bootstrap sim data Limit
Bug: 314736912
Test: m & atest FrameworksTelephonyTests, CtsTelephonyTestCases
Test: device test results at b/314736912
Change-Id: I9683d057abd6ca749d85b0d093542c6e97cb8400
| -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 53464547c272..724c8f9d8352 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -183,6 +183,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. |