<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2022 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<resources>
    <!-- This file defines Android telephony related resources -->

    <!-- Configure tcp buffer sizes per network type in the form:
         network-type:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max

         The network-type must be a valid DataConfigNetworkType value. If no value is found for the
         network-type in use, config_tcp_buffers will be used instead.
    -->
    <string-array name="config_network_type_tcp_buffers">
    </string-array>
    <java-symbol type="array" name="config_network_type_tcp_buffers" />

    <!-- Configure tcp buffer sizes in the form:
         rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
         If this is configured as an empty string, the system default will be applied.
    -->
    <string name="config_tcp_buffers" translatable="false">2097152,6291456,16777216,512000,2097152,8388608</string>
    <java-symbol type="string"  name="config_tcp_buffers" />

    <!-- What source to use to estimate link upstream and downstream bandwidth capacities.
         Default is bandwidth_estimator.
         Values are bandwidth_estimator, carrier_config and modem. -->
    <string name="config_bandwidthEstimateSource">bandwidth_estimator</string>
    <java-symbol type="string" name="config_bandwidthEstimateSource" />

    <!-- Whether to adopt the predefined handover policies for IWLAN.
         {@see CarrierConfigManager#KEY_IWLAN_HANDOVER_POLICY_STRING_ARRAY}
    -->
    <bool name="config_enable_iwlan_handover_policy">true</bool>
    <java-symbol type="bool" name="config_enable_iwlan_handover_policy" />

    <!-- When a radio power off request is received, we will delay completing the request until
         either IMS moves to the deregistered state or the timeout defined by this configuration
         elapses. If 0, this feature is disabled and we do not delay radio power off requests.-->
    <integer name="config_delay_for_ims_dereg_millis">0</integer>
    <java-symbol type="integer" name="config_delay_for_ims_dereg_millis" />

    <!-- Define the bar of considering the availability of a subscription is stable in milliseconds,
         where 0 means immediate switch, and negative milliseconds indicates the auto data switch
         feature is disabled.-->
    <integer name="auto_data_switch_availability_stability_time_threshold_millis">10000</integer>
    <java-symbol type="integer" name="auto_data_switch_availability_stability_time_threshold_millis" />

    <!-- Define the bar of considering the RAT and signal strength advantage of a subscription to be
     stable in milliseconds, where 0 means immediate switch, and negative milliseconds indicates the
     switch base on RAT and signal strength feature is disabled.-->
    <integer name="auto_data_switch_performance_stability_time_threshold_millis">120000</integer>
    <java-symbol type="integer" name="auto_data_switch_performance_stability_time_threshold_millis" />

    <!-- Define the bar for switching data back to the default SIM when both SIMs are out of service
         in milliseconds. A value of 0 means an immediate switch, otherwise for a negative value,
         the threshold defined by auto_data_switch_availability_stability_time_threshold_millis
         will be used instead. -->
    <integer name="auto_data_switch_availability_switchback_stability_time_threshold_millis">150000</integer>
    <java-symbol type="integer" name="auto_data_switch_availability_switchback_stability_time_threshold_millis" />

    <!-- Define the maximum retry times when a validation for switching failed.-->
    <integer name="auto_data_switch_validation_max_retry">7</integer>
    <java-symbol type="integer" name="auto_data_switch_validation_max_retry" />

    <!-- Boolean indicating whether ping test is required to pass on the target data SIM before the
         device automatically switch to it. -->
    <bool name="auto_data_switch_ping_test_before_switch">true</bool>
    <java-symbol type="bool" name="auto_data_switch_ping_test_before_switch" />

    <!-- Define the tolerated gap of score for auto data switch decision, larger than which the
         device will switch to the SIM with higher score. The score is used in conjunction with the
         score table defined in
         CarrierConfigManager#KEY_AUTO_DATA_SWITCH_RAT_SIGNAL_SCORE_STRING_ARRAY.
         If 0, the device always switch to the higher score SIM.
         If < 0, the network type and signal strength based auto switch is disabled. -->
    <integer name="auto_data_switch_score_tolerance">7000</integer>
    <java-symbol type="integer" name="auto_data_switch_score_tolerance" />

    <!-- Boolean indicating whether the Iwlan data service supports persistence of iwlan ipsec
         tunnels across service restart. If iwlan tunnels are not persisted across restart,
         Framework will clean up dangling data connections when service restarts -->
    <bool name="config_wlan_data_service_conn_persistence_on_restart">true</bool>
    <java-symbol type="bool" name="config_wlan_data_service_conn_persistence_on_restart" />

    <!-- Indicating whether the retry timer from setup data call response for data throttling should
         be honored for emergency network request. By default this is off, meaning for emergency
         network requests, the data frameworks will ignore the previous retry timer passed in from
         setup data call response. -->
    <bool name="config_honor_data_retry_timer_for_emergency_network">false</bool>
    <java-symbol type="bool" name="config_honor_data_retry_timer_for_emergency_network" />

    <!-- Cellular data service package name to bind to by default. If none is specified in an
         overlay, an empty string is passed in -->
    <string name="config_wwan_data_service_package" translatable="false">com.android.phone</string>
    <java-symbol type="string" name="config_wwan_data_service_package" />

    <!-- IWLAN data service package name to bind to by default. If none is specified in an overlay,
         an empty string is passed in -->
    <string name="config_wlan_data_service_package" translatable="false"></string>
    <java-symbol type="string" name="config_wlan_data_service_package" />

    <!-- Cellular data service class name to bind to by default. If none is specified in an overlay,
         an empty string is passed in -->
    <string name="config_wwan_data_service_class" translatable="false"></string>
    <java-symbol type="string" name="config_wwan_data_service_class" />

    <!-- IWLAN data service class name to bind to by default. If none is specified in an overlay, an
         empty string is passed in -->
    <string name="config_wlan_data_service_class" translatable="false"></string>
    <java-symbol type="string" name="config_wlan_data_service_class" />

    <!-- Cellular network service package name to bind to by default. -->
    <string name="config_wwan_network_service_package" translatable="false">
        com.android.phone
    </string>
    <java-symbol type="string" name="config_wwan_network_service_package" />

    <!-- Cellular network service class name to bind to by default.-->
    <string name="config_wwan_network_service_class" translatable="false"></string>
    <java-symbol type="string" name="config_wwan_network_service_class" />

    <!-- IWLAN network service package name to bind to by default. If none is specified in an
         overlay, an empty string is passed in -->
    <string name="config_wlan_network_service_package" translatable="false"></string>
    <java-symbol type="string" name="config_wlan_network_service_package" />

    <!-- IWLAN network service class name to bind to by default. If none is specified in an overlay,
         an empty string is passed in -->
    <string name="config_wlan_network_service_class" translatable="false"></string>
    <java-symbol type="string" name="config_wlan_network_service_class" />

    <!-- Telephony qualified networks service package name to bind to by default. -->
    <string name="config_qualified_networks_service_package" translatable="false"></string>
    <java-symbol type="string" name="config_qualified_networks_service_package" />

    <!-- Telephony qualified networks service class name to bind to by default. -->
    <string name="config_qualified_networks_service_class" translatable="false"></string>
    <java-symbol type="string" name="config_qualified_networks_service_class" />

    <!-- Telephony satellite service package name to bind to by default. -->
    <string name="config_satellite_service_package" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_service_package" />

    <!-- Telephony satellite gateway service package name to bind to by default. -->
    <string name="config_satellite_gateway_service_package" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_gateway_service_package" />

    <!-- Telephony pointing UI package name to be launched. -->
    <string name="config_pointing_ui_package" translatable="false"></string>
    <java-symbol type="string" name="config_pointing_ui_package" />

    <!-- Telephony pointing UI class name to be launched. -->
    <string name="config_pointing_ui_class" translatable="false"></string>
    <java-symbol type="string" name="config_pointing_ui_class" />

    <!-- Telephony resends received satellite datagram to listener
         if ack is not received within this timeout -->
    <integer name="config_timeout_to_receive_delivered_ack_millis">300000</integer>
    <java-symbol type="integer" name="config_timeout_to_receive_delivered_ack_millis" />

    <!-- The time duration in millis that the satellite will stay at listening state to wait for the
         next incoming page before disabling listening and moving to IDLE state. This timeout
         duration is used when transitioning from sending state to listening state.
         -->
    <integer name="config_satellite_stay_at_listening_from_sending_millis">180000</integer>
    <java-symbol type="integer" name="config_satellite_stay_at_listening_from_sending_millis" />

    <!-- The time duration in millis that the satellite will stay at listening state to wait for the
         next incoming page before disabling listening and moving to IDLE state. This timeout
         duration is used when transitioning from receiving state to listening state.
         -->
    <integer name="config_satellite_stay_at_listening_from_receiving_millis">30000</integer>
    <java-symbol type="integer" name="config_satellite_stay_at_listening_from_receiving_millis" />

    <!-- The time duration in millis after which cellular scanning will be enabled and satellite
         will move to IDLE state. This timeout duration is used for satellite with NB IOT radio
         technologies.
         -->
    <integer name="config_satellite_nb_iot_inactivity_timeout_millis">180000</integer>
    <java-symbol type="integer" name="config_satellite_nb_iot_inactivity_timeout_millis" />

    <!-- The time duration in millis after which cellular scanning will be enabled and satellite
         will move to IDLE state. This timeout duration is used for satellite with NB IOT radio
         technologies in demo mode.
         -->
    <integer name="config_satellite_demo_mode_nb_iot_inactivity_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_satellite_demo_mode_nb_iot_inactivity_timeout_millis" />

    <!-- The time duration in millis needed to switch the modem image from TN to NTN. -->
    <integer name="config_satellite_modem_image_switching_duration_millis">20000</integer>
    <java-symbol type="integer" name="config_satellite_modem_image_switching_duration_millis" />

    <!-- The time duration in millis after which Telephony will abort the datagram sending requests.
         Telephony starts a timer when receiving a datagram sending request in either OFF, IDLE, or
         NOT_CONNECTED state. In NOT_CONNECTED, the duration of the timer is given by this config.
         In OFF or IDLE state, the duration of the timer is the sum of this config and the
         config_satellite_modem_image_switching_duration_millis.
         -->
    <integer name="config_datagram_wait_for_connected_state_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_datagram_wait_for_connected_state_timeout_millis" />

    <!-- The time duration in millis after which Telephony will stop waiting for the response of the
         satellite enable request from modem, and send failure response to the client that has
         requested Telephony to enable satellite.
         -->
    <integer name="config_wait_for_satellite_enabling_response_timeout_millis">180000</integer>
    <java-symbol type="integer" name="config_wait_for_satellite_enabling_response_timeout_millis" />

    <!-- The time duration in millis after which Telephony will abort the datagram sending requests
         and send failure response to the client that has requested sending the datagrams. Telephony
         starts a timer after pushing down the datagram sending request to modem. Before expiry, the
         timer will be stopped when Telephony receives the response for the sending request from
         modem.
         -->
    <integer name="config_wait_for_datagram_sending_response_timeout_millis">180000</integer>
    <java-symbol type="integer" name="config_wait_for_datagram_sending_response_timeout_millis" />

    <!-- The timeout duration in milliseconds to determine whether to recommend Dialer to show the
         emergency messaging option to users.

         The timer is started when there is an ongoing emergency call, and the IMS is not
         registered, and cellular service is not available. When the timer expires,
         SatelliteSOSMessageRecommender will send the event EVENT_DISPLAY_EMERGENCY_MESSAGE to
         Dialer, which will then prompt user to switch to using satellite emergency messaging.
         -->
    <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" />

    <!-- The time duration in millis after which Telephony will stop waiting for the OFF state
         from cellular modem, consider the request to power off cellular modem as failed, and thus
         treat the cellular modem state as ON.
     -->
    <integer name="config_satellite_wait_for_cellular_modem_off_timeout_millis">120000</integer>
    <java-symbol type="integer" name="config_satellite_wait_for_cellular_modem_off_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" />

    <!-- Reevaluate existing data networks for bootstrap sim data usage at mentioned intervals
         during esim bootstrap activation. If the value set is 0 or -1, default interval of
         60000 millis will be set. -->
    <integer name="config_reevaluate_bootstrap_sim_data_usage_millis">60000</integer>
    <java-symbol type="integer" name="config_reevaluate_bootstrap_sim_data_usage_millis" />

    <!-- 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.
         -->
    <string-array name="config_satellite_providers" translatable="false">
        <!-- T-Mobile - USA -->
        <item>"310830"</item>
        <!-- Entel Chile - Chile -->
        <item>"73029"</item>
        <!-- KDDI - Japan -->
        <item>"44055"</item>
        <!-- Kyivstar - Ukraine -->
        <item>"255707"</item>
        <!-- One NZ - New Zealand -->
        <item>"53013"</item>
        <!-- Optus - Australia -->
        <item>"50559"</item>
        <!-- Rogers - Canada -->
        <item>"302723"</item>
        <!-- Telstra - Australia -->
        <item>"50511"</item>
    </string-array>
    <java-symbol type="array" name="config_satellite_providers" />

    <!-- The identifier of the satellite's SIM profile. The identifier is composed of MCC and MNC
         of the satellite PLMN with the format "mccmnc". -->
    <string name="config_satellite_sim_plmn_identifier" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_sim_plmn_identifier" />

    <!-- The identifier for the satellite's SIM profile. The identifier is the service provider name
    (spn) from the profile metadata. -->
    <string name="config_satellite_sim_spn_identifier" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_sim_spn_identifier" />

    <!-- The app to which the emergency call will be handed over for OEM-enabled satellite
         messaging. The format of the config string is "package_name;class_name". -->
    <string name="config_oem_enabled_satellite_sos_handover_app" translatable="false"></string>
    <java-symbol type="string" name="config_oem_enabled_satellite_sos_handover_app" />

    <!-- The action of the intent that Dialer sends to the app to which the emergency call will be
         handed over for emergency messaging via satellite. -->
    <string name="config_satellite_emergency_handover_intent_action" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_emergency_handover_intent_action" />

    <!-- The action of the intent that hidden menu sends to the app to launch demo mode for sos
     emergency messaging via satellite. -->
    <string name="config_satellite_demo_mode_sos_intent_action" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_demo_mode_sos_intent_action" />

    <!-- The action of the intent that hidden menu sends to the app to launch esp loopback test mode
     for sos emergency messaging via satellite. -->
    <string name="config_satellite_test_with_esp_replies_intent_action" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_test_with_esp_replies_intent_action" />

    <!-- Whether outgoing satellite datagrams should be sent to modem in demo mode. When satellite
         is enabled for demo mode, if this config is enabled, outgoing datagrams will be sent to
         modem; otherwise, success results will be returned. If demo mode is disabled, outgoing
         datagrams are always sent to modem. -->
    <bool name="config_send_satellite_datagram_to_modem_in_demo_mode">false</bool>
    <java-symbol type="bool" name="config_send_satellite_datagram_to_modem_in_demo_mode" />

    <!-- Whether the device supports disabling satellite while satellite enabling is in progress.
         -->
    <bool name="config_support_disable_satellite_while_enable_in_progress">true</bool>
    <java-symbol type="bool" name="config_support_disable_satellite_while_enable_in_progress" />

    <!-- List of country codes where oem-enabled satellite services are either allowed or disallowed
         by the device. Each country code is a lowercase 2 character ISO-3166-1 alpha-2.
         -->
    <string-array name="config_oem_enabled_satellite_country_codes">
    </string-array>
    <java-symbol type="array" name="config_oem_enabled_satellite_country_codes" />

    <!-- The file storing S2-cell-based satellite access restriction of the countries defined by
         config_oem_enabled_satellite_countries. -->
    <string name="config_oem_enabled_satellite_s2cell_file"></string>
    <java-symbol type="string" name="config_oem_enabled_satellite_s2cell_file" />

    <!-- Whether to treat the countries defined by the config_oem_enabled_satellite_countries
         as satellite-allowed areas. The default true value means the countries defined by
         config_oem_enabled_satellite_countries will be treated as satellite-allowed areas.
         -->
    <bool name="config_oem_enabled_satellite_access_allow">true</bool>
    <java-symbol type="bool" name="config_oem_enabled_satellite_access_allow" />

    <!-- Whether the satellite modem support concurrent TN scanning while device is in
         NTN mode.
         -->
    <bool name="config_satellite_modem_support_concurrent_tn_scanning">true</bool>
    <java-symbol type="bool" name="config_satellite_modem_support_concurrent_tn_scanning" />

    <!-- The time duration in seconds which is used to decide whether the Location returned from
         LocationManager#getLastKnownLocation is fresh.

         The Location is considered fresh if the duration from the Location's elapsed real time to
         the current elapsed real time is less than this config. If the Location is considered
         fresh, it will be used as the current location by Telephony to decide whether satellite
         services should be allowed.
         -->
    <integer name="config_oem_enabled_satellite_location_fresh_duration">300</integer>
    <java-symbol type="integer" name="config_oem_enabled_satellite_location_fresh_duration" />

    <!-- The time duration in seconds which is used to decide whether satellite is in emergency
         mode.

         If the duration from the last time when an emergency call is made to the current time is
         less than or equal to this duration, satellite is considered as in emergency mode.
         -->
    <integer name="config_satellite_emergency_mode_duration">300</integer>
    <java-symbol type="integer" name="config_satellite_emergency_mode_duration" />

    <!-- Whether enhanced IWLAN handover check is enabled. If enabled, telephony frameworks
         will not perform handover if the target transport is out of service, or VoPS not
         supported. The network will be torn down on the source transport, and will be
         re-established on the target transport when condition is allowed for bringing up a
         new network. -->
    <bool name="config_enhanced_iwlan_handover_check">true</bool>
    <java-symbol type="bool" name="config_enhanced_iwlan_handover_check" />

    <!-- Whether asynchronously update the subscription database or not. Async mode increases
         the performance, but sync mode reduces the chance of database/cache out-of-sync. -->
    <bool name="config_subscription_database_async_update">true</bool>
    <java-symbol type="bool" name="config_subscription_database_async_update" />

    <!-- Boolean indicating whether the emergency numbers for a country, sourced from modem/config,
         should be ignored if that country is 'locked' (i.e. ignore_modem_config set to true) in
         Android Emergency DB. If this value is true, emergency numbers for a country, sourced from
         modem/config, will be ignored if that country is 'locked' in Android Emergency DB. -->
    <bool name="ignore_modem_config_emergency_numbers">false</bool>
    <java-symbol type="bool" name="ignore_modem_config_emergency_numbers" />

    <!-- Boolean indicating whether emergency numbers routing from the android emergency number
         database should be ignored (i.e. routing will always be set to UNKNOWN). If this value is
         true, routing from the android emergency number database will be ignored. -->
    <bool name="ignore_emergency_number_routing_from_db">false</bool>
    <java-symbol type="bool" name="ignore_emergency_number_routing_from_db" />

    <!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
         data profile -->
    <bool name="allow_clear_initial_attach_data_profile">false</bool>
    <java-symbol type="bool" name="allow_clear_initial_attach_data_profile" />

    <!-- Whether to enable modem on boot if behavior is not defined -->
    <bool name="config_enable_cellular_on_boot_default">true</bool>
    <java-symbol type="bool" name="config_enable_cellular_on_boot_default" />

    <!-- Defines metrics pull cooldown period. The default cooldown period is 23 hours,
         some Telephony metrics need to be pulled more frequently  -->
    <integer name="config_metrics_pull_cooldown_millis">82800000</integer>
    <java-symbol type="integer" name="config_metrics_pull_cooldown_millis" />

    <!-- The network capabilities that would be forced marked as cellular transport regardless it's
         on cellular or satellite-->
    <string-array name="config_force_cellular_transport_capabilities">
        <!-- Added the following three capabilities for now. For the long term solution, the client
             requests satellite network should really include TRANSPORT_SATELLITE in the network
             request. With the following workaround, the clients can continue request network with
             the following capabilities with TRANSPORT_CELLULAR. The network with one of the
             following capabilities would also be marked as cellular. -->
        <item>ims</item>
        <item>eims</item>
        <item>xcap</item>
    </string-array>
    <java-symbol type="array" name="config_force_cellular_transport_capabilities" />

    <!-- The time duration in millis after which DemoSimulator will move to CONNECTED state from
         NOT_CONNECTED state if the device is aligned to satellite.
         -->
    <integer name="config_demo_pointing_aligned_duration_millis">15000</integer>
    <java-symbol type="integer" name="config_demo_pointing_aligned_duration_millis" />

    <!-- The time duration in millis after which DemoSimulator will move to NOT_CONNECTED state from
         CONNECTED state if the device is not aligned to satellite.
         -->
    <integer name="config_demo_pointing_not_aligned_duration_millis">30000</integer>
    <java-symbol type="integer" name="config_demo_pointing_not_aligned_duration_millis" />

    <!-- Boolean indicating whether Telephony should wait for device alignment with satellite
         before sending or receiving datagrams in demo mode.
         -->
    <bool name="config_wait_for_device_alignment_in_demo_datagram">false</bool>
    <java-symbol type="bool" name="config_wait_for_device_alignment_in_demo_datagram" />

    <!-- The time duration in millis after which Telephony will abort the last message datagram
     sending requests. Telephony starts a timer when receiving a last message datagram sending
     request in either OFF, IDLE, or NOT_CONNECTED state. In NOT_CONNECTED, the duration of the
     timer is given by this config.
     In OFF or IDLE state, the duration of the timer is the sum of this config and the
     config_satellite_modem_image_switching_duration_millis.
     -->
    <integer name="config_datagram_wait_for_connected_state_for_last_message_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_datagram_wait_for_connected_state_for_last_message_timeout_millis" />

    <!-- The time duration in millis after which Telephony will abort the last message datagram
     sending requests and send failure response to the client that has requested sending the
     datagrams. Telephony starts a timer after pushing down the last message datagram sending
     request to modem. Before expiry, the timer will be stopped when Telephony receives the response
     for the sending request from modem.
     -->
    <integer name="config_wait_for_datagram_sending_response_for_last_message_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_wait_for_datagram_sending_response_for_last_message_timeout_millis" />

    <!-- Boolean indicating whether Telephony should force PhoneGlobals creation
         regardless of FEATURE_TELEPHONY presence.
         -->
    <bool name="config_force_phone_globals_creation">false</bool>
    <java-symbol type="bool" name="config_force_phone_globals_creation" />

    <!-- Boolean indicating whether to enable persistent logging via DropBoxManager.
     Used in persisting SOS/emergency related log messages.
     -->
    <bool name="config_dropboxmanager_persistent_logging_enabled">false</bool>
    <java-symbol type="bool" name="config_dropboxmanager_persistent_logging_enabled" />

    <!-- Telephony satellite gateway class name for handling carrier roaming to satellite is using ESOS messaging. -->
    <string name="config_satellite_carrier_roaming_esos_provisioned_class" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_carrier_roaming_esos_provisioned_class" />

    <!-- The time duration in minutes to wait before retry validating a possible change
         in satellite allowed region. The default value is 10 minutes. -->
    <integer name="config_satellite_delay_minutes_before_retry_validating_possible_change_in_allowed_region">10</integer>
    <java-symbol type="integer" name="config_satellite_delay_minutes_before_retry_validating_possible_change_in_allowed_region" />

    <!-- The maximum retry count to validate a possible change in satellite allowed region.
         The default value is 3 minutes. -->
    <integer name="config_satellite_max_retry_count_for_validating_possible_change_in_allowed_region">3</integer>
    <java-symbol type="integer" name="config_satellite_max_retry_count_for_validating_possible_change_in_allowed_region" />

    <!-- The time duration in minutes for location query throttle interval.
         The default value is 10 minutes. -->
    <integer name="config_satellite_location_query_throttle_interval_minutes">10</integer>
    <java-symbol type="integer" name="config_satellite_location_query_throttle_interval_minutes" />

    <!-- The file contains satellite access configuration like supported frequencies, bands,
    satellite positions, and so on -->
    <string name="satellite_access_config_file" translatable="false"></string>
    <java-symbol type="string" name="satellite_access_config_file" />

    <!-- A string defines the NIDD (Non-IP Data Delivery) APN to be used for satellite attachment. For more on NIDD,
         see 3GPP TS 29.542. This config is used for an NTN-only subscription, which requires activation before being used.
         -->
    <string name="config_satellite_nidd_apn_name" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_nidd_apn_name" />

    <!-- Boolean indicating whether to enable MT SMS polling for NB IOT NTN. -->
    <bool name="config_enabled_mt_sms_polling">true</bool>
    <java-symbol type="bool" name="config_enabled_mt_sms_polling" />

    <!-- Text to be used for MT SMS polling in NB IOT NTN. -->
    <string name="config_mt_sms_polling_text" translatable="false">DU\\\#MMYSM€S2BIG\\\#NORED\\\!</string>
    <java-symbol type="string" name="config_mt_sms_polling_text" />

    <!-- The time duration in millis after which Telephony can send another MT SMS polling for NB IOT NTN -->
    <integer name="config_mt_sms_polling_throttle_millis">300000</integer>
    <java-symbol type="integer" name="config_mt_sms_polling_throttle_millis" />

    <!-- The receiver class of the intent that hidden menu sends to start satellite non-emergency mode -->
    <string name="config_satellite_carrier_roaming_non_emergency_session_class" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_carrier_roaming_non_emergency_session_class" />

    <!-- Whether to show the system notification to users whenever there is a change
         in the satellite availability state at the current location. -->
    <bool name="config_satellite_should_notify_availability">true</bool>
    <java-symbol type="bool" name="config_satellite_should_notify_availability" />

    <!-- Whether to allow check message datagrams to be sent even when the satellite modem is in
         not connected state. -->
    <bool name="config_satellite_allow_check_message_in_not_connected">false</bool>
    <java-symbol type="bool" name="config_satellite_allow_check_message_in_not_connected" />

    <!-- Whether to allow TN scanning during satellite session. -->
    <bool name="config_satellite_allow_tn_scanning_during_satellite_session">true</bool>
    <java-symbol type="bool" name="config_satellite_allow_tn_scanning_during_satellite_session" />

    <!-- List of integer tag Ids representing VZW satellite coverage. -->
    <integer-array name="config_verizon_satellite_enabled_tagids">
    </integer-array>
    <java-symbol type="array" name="config_verizon_satellite_enabled_tagids" />

    <!-- Telephony config for un-supported network capabilities in string array
         format. Refer to getNetworkCapabilityFromString() in DataUtils.java for available
         capabilities. -->
    <string-array name="config_unsupported_network_capabilities" translatable="false"></string-array>
    <java-symbol type="array" name="config_unsupported_network_capabilities" />

    <!-- Whether to enable APDU sender optimization i.e. a logical channel is opened and
         kept open for multiple APDU commands within one session.-->
    <bool name="euicc_optimize_apdu_sender">false</bool>
    <java-symbol type="bool" name="euicc_optimize_apdu_sender" />
</resources>
