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

Commit d26b673c authored by Amit Talreja (xWF)'s avatar Amit Talreja (xWF) Committed by Android (Google) Code Review
Browse files

Merge "Added cellular identifier strings." into main

parents d3e802d4 bebf9cac
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -446,9 +446,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
@@ -984,7 +984,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" />
@@ -995,6 +997,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" />