Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bebf9cac authored by talreja's avatar talreja
Browse files

Added cellular identifier strings.

Bug: 417307656
Test: manual
Flag: EXEMPT bugfix
Change-Id: I3b6cae7319971adae33555f957339457bc4378c8
parent c69f1c5d
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -425,9 +425,15 @@
    <!-- Title of the safety center issue and notification when the phone's identifier is shared over the network. -->
    <string name="scIdentifierDisclosureIssueTitle">Device ID accessed</string>
    <!-- Summary of the safety center notification when the phone's identifier is shared over the network. -->
    <string name="scIdentifierDisclosureIssueSummaryNotification">At <xliff:g id="disclosure_time">%1$s</xliff:g>, a nearby network recorded your device\'s unique ID (IMSI or IMEI) while using your <xliff:g id="disclosure_network">%2$s</xliff:g> SIM</string>
    <string name="scIDIssueSummaryNotificationWithCellularID">At <xliff:g id="disclosure_time">%1$s</xliff:g>, a nearby network recorded your device\'s unique ID (<xliff:g id="cellular_identifier">%2$s</xliff:g>) while using your <xliff:g id="disclosure_network">%3$s</xliff:g> SIM</string>
    <string name="scIdentifierDisclosureIssueSummaryNotification">At <xliff:g id="disclosure_time">%1$s</xliff:g>, a nearby network recorded your device\'s unique ID while using your <xliff:g id="disclosure_network">%3$s</xliff:g> SIM</string>
    <!-- Summary of the safety center detail card when the phone's identifier is shared over the network. -->
    <string name="scIdentifierDisclosureIssueSummary">At <xliff:g id="disclosure_time">%1$s</xliff:g>, a nearby network recorded your device\'s unique ID (IMSI or IMEI) while using your <xliff:g id="disclosure_network">%2$s</xliff:g> SIM.\n\nThis means that your location, activity, or identity have been logged. This is common practice but may be an issue for people concerned about privacy.</string>
    <string name="scIDIssueSummaryWithCellularID">At <xliff:g id="disclosure_time">%1$s</xliff:g>, a nearby network recorded your device\'s unique ID (<xliff:g id="cellular_identifier">%2$s</xliff:g>) while using your <xliff:g id="disclosure_network">%3$s</xliff:g> SIM.\n\nThis means that your location, activity, or identity have been logged. This is common practice but may be an issue for people concerned about privacy.</string>
    <string name="scIdentifierDisclosureIssueSummary">At <xliff:g id="disclosure_time">%1$s</xliff:g>, a nearby network recorded your device\'s unique ID while using your <xliff:g id="disclosure_network">%3$s</xliff:g> SIM.\n\nThis means that your location, activity, or identity have been logged. This is common practice but may be an issue for people concerned about privacy.</string>
    <!-- cellular identifier used to display in between summary of identifier disclosure issue. -->
    <string name="cellular_identifier_imsi" translatable="false">IMSI</string>
    <string name="cellular_identifier_imei" translatable="false">IMEI</string>
    <string name="cellular_identifier_suci" translatable="false">SUCI</string>
    <!-- Title of the safety center issue and notification when the phone restores an encrypted connection to the network. -->
    <string name="scNullCipherIssueEncryptedTitle">Connected to encrypted network <xliff:g id="network_name">%1$s</xliff:g></string>
+5 −0
Original line number Diff line number Diff line
@@ -980,7 +980,9 @@
  <java-symbol type="string" name="scCellularNetworkSecuritySummary" />
  <java-symbol type="string" name="scCellularNetworkSecurityTitle" />
  <java-symbol type="string" name="scCellularNetworkSecurityLearnMore" />
  <java-symbol type="string" name="scIDIssueSummaryWithCellularID" />
  <java-symbol type="string" name="scIdentifierDisclosureIssueSummary" />
  <java-symbol type="string" name="scIDIssueSummaryNotificationWithCellularID" />
  <java-symbol type="string" name="scIdentifierDisclosureIssueSummaryNotification" />
  <java-symbol type="string" name="scIdentifierDisclosureIssueTitle" />
  <java-symbol type="string" name="scNullCipherIssueActionGotIt" />
@@ -991,6 +993,9 @@
  <java-symbol type="string" name="scNullCipherIssueNonEncryptedSummary" />
  <java-symbol type="string" name="scNullCipherIssueNonEncryptedSummaryNotification" />
  <java-symbol type="string" name="scNullCipherIssueNonEncryptedTitle" />
  <java-symbol type="string" name="cellular_identifier_imsi" />
  <java-symbol type="string" name="cellular_identifier_imei" />
  <java-symbol type="string" name="cellular_identifier_suci" />
  <java-symbol type="string" name="selected" />
  <java-symbol type="string" name="sendText" />
  <java-symbol type="string" name="sending" />