Update strings for imsi disclosure and ciphering transparency

Bug: b/300159520 b/299905381
Test: m & manual
Flag: exempt resource only update

Change-Id: Iba9011fa0f9c22ed549ce55bfd50724d8b9cb2dc
This commit is contained in:
yomna
2024-04-09 23:16:15 +00:00
parent d1894bd823
commit d354ce8a60
2 changed files with 13 additions and 6 deletions

View File

@@ -6277,18 +6277,21 @@
<!-- Cellular security related strings -->
<!-- Title of Cellular security tile in Network & Internet settings page. [CHAR LIMIT=60]-->
<string name="cellular_security_title">Cellular network security</string>
<string name="cellular_security_title">Mobile network security</string>
<!-- Summary of Cellular security tile in Network & Internet settings page. [CHAR LIMIT=NONE]-->
<string name="cellular_security_summary">Network type, encryption, notification controls</string>
<!-- Summary of Cellular network security settings page in Network & Internet. [CHAR LIMIT=NONE]-->
<string name="cellular_security_top_intro">These settings help protect your calls, messages, and data from outdated or unencrypted networks that could expose you to data theft or surveillance</string>
<!-- Title of cellular security settings page [CHAR LIMIT=60]-->
<string name="cellular_security_settings_title">Cellular network security</string>
<string name="cellular_security_settings_title">Mobile network security</string>
<!-- Title of Cellular security notifications section [CHAR LIMIT=60]-->
<string name="cellular_security_notifications">Notifications</string>
<!-- Title of Cellular security notifications toggle [CHAR LIMIT=60]-->
<string name="cellular_security_notifications_controller_title">Security notifications</string>
<string name="cellular_security_notifications_controller_title">Network notifications</string>
<!-- Summary of Cellular security notifications toggle [CHAR LIMIT=NONE]-->
<string name="cellular_security_notifications_controller_summary">Receive notifications in case the cellular network you are connected to is insecure due to lack of encryption, or if the cellular network records your unique decive or SIM identifiers (IMEI &amp; IMSI)</string>
<string name="cellular_security_notifications_controller_summary">Get notified when your device connects to an unencrypted network, or when a network records your unique device or SIM ID</string>
<!--Cellular encryption -->
<!--Cellular encryption title [CHAR LIMIT=60] -->
@@ -12485,9 +12488,9 @@
<string name="enable_2g_summary_disabled_carrier"><xliff:g id="carrier_name_2g" example="Google Fi">%1$s</xliff:g> requires 2G to be available</string>
<!-- Title for toggle if user wants to require cellular encryption [CHAR LIMIT=40] -->
<string name="require_cellular_encryption_title">Require encryption</string>
<string name="require_cellular_encryption_title">Allow only encrypted networks</string>
<!-- Summary for if the user wants to require cellular encryption [CHAR LIMIT=NONE] -->
<string name="require_cellular_encryption_summary">Encryption is more secure, but you might not be able to connect in some locations. For emergency calls, encryption is never required</string>
<string name="require_cellular_encryption_summary">This is more secure but may limit your mobile network connection in some locations. Emergency calling is always allowed.</string>
<!-- Label for All services preference in App info settings [CHAR LIMIT=40] -->
<string name="app_info_all_services_label">All services</string>

View File

@@ -18,6 +18,10 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="cellular_security_settings_screen"
android:title="@string/cellular_security_settings_title">
<com.android.settingslib.widget.TopIntroPreference
android:key="cellular_security_prefs_top_intro"
android:title="@string/cellular_security_top_intro"/>
<PreferenceCategory
android:key="cellular_security_notifications_category"
android:title="@string/cellular_security_notifications"