diff options
author | 2025-03-21 11:08:19 +0000 | |
---|---|---|
committer | 2025-03-21 13:48:21 +0000 | |
commit | 8be6d98b1f211a4651a054d19f23ee0258207952 (patch) | |
tree | 4e124bfc39ef5c23dbeb303fd460034c8415ef1b /res | |
parent | 14fe4f0f017738afc20991b8828428466eebca23 (diff) |
[Satelllite] Avoid using "add ESIM page"
- When user clicks preference UI, show a dialog to nofity user
satellite session.
Flag: EXEMPT bug fix
Fix: b/402544816
Test: atest pass
Test: Manual test
Change-Id: Ifeff9368fed906bc56abcc8eb23748a71f79ee4d
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5af29f9c53f..b8ba1684ce6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -12768,6 +12768,10 @@ Data usage charges may apply.</string> <string name="title_satellite_supported_app_list_entry">see all apps</string> <!-- Title for a page of apps list page with Satellite service supported. [CHAR LIMIT=60] --> <string name="title_satellite_supported_app_list_page">Supported apps on your phone</string> + <!-- Title for showing a dialog to notify user sim restriction. [CHAR LIMIT=60] --> + <string name="title_satellite_dialog_for_sim_restriction">Can\u2019t add a SIM</string> + <!-- Description for showing a dialog to notify user sim restriction. [CHAR LIMIT=NONE] --> + <string name="description_satellite_dialog_for_sim_restriction">End the satellite connection before you add a SIM</string> <!-- Title for Apn settings in mobile network settings [CHAR LIMIT=60] --> <string name="mobile_network_apn_title">Access Point Names</string> |