diff options
| -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 69437b44fd6e..9854030ed0d1 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -287,6 +287,11 @@ <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 |