remove device config for supporting Android APIs for the Carrier NB-Satellite Provisioning

Bug: 348573493
Test: atest SatelliteManagerTest, SatelliteManagerTestOnMockService
Flag: com.android.internal.telephony.flags.carrier_roaming_nb_iot_ntn

Change-Id: Ic8f84f9879f5b59d14c6f835efaea495eecdb8b5
This commit is contained in:
Hyosun Kim 2024-07-09 17:56:00 +00:00
parent 1e0e88b6ba
commit b78cf2c65f

View file

@ -518,10 +518,4 @@
<!-- The intent action to handle oem-enabled satellite SOS messaging. -->
<string name="config_satellite_emergency_handover_intent_action">com.google.android.apps.stargate.ACTION_ESOS_QUESTIONNAIRE</string>
<!-- The class name to handle carrier roaming to satellite is using ESOS messaging. -->
<string name="config_satellite_carrier_roaming_esos_provisioned_class">com.google.android.apps.stargate</string>
<!-- The intent action to handle carrier roaming to satellite is using ESOS messaging. -->
<string name="config_satellite_carrier_roaming_esos_provisioned_intent_action">com.google.satellitegateway.ACTION_REGISTER</string>
</resources>