diff options
author | Nate Jiang <qiangjiang@google.com> | 2020-07-30 00:48:31 +0000 |
---|---|---|
committer | Nate Jiang <qiangjiang@google.com> | 2020-07-30 05:04:06 +0000 |
commit | c7320fe6eb54d34b10efceb86af81f17c6e4d34c (patch) | |
tree | 08cd29d2734540c55f64ea6c1b4ba71632868381 /libs | |
parent | 861ad6f20d3a060aa4337138b256b8f56881a07e (diff) |
Revert "Update IMSI protection notification flow"
This reverts commit 861ad6f20d3a060aa4337138b256b8f56881a07e.
Reason for revert: clean the tree, and move to qpr
Bug: 161932419
Merged-In: I28ab0d5322f3729ef81244ddac5db40ba10efcad
Change-Id: I680ab7a834707be44c144ae002acbf729ca51a53
Diffstat (limited to 'libs')
-rw-r--r-- | libs/WifiTrackerLib/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WifiTrackerLib/res/values/strings.xml b/libs/WifiTrackerLib/res/values/strings.xml index 7e81b5877..c238f663c 100644 --- a/libs/WifiTrackerLib/res/values/strings.xml +++ b/libs/WifiTrackerLib/res/values/strings.xml @@ -170,7 +170,7 @@ <string name="osu_sign_up_complete">Sign-up complete. Connecting\u2026</string> <!-- IMSI protection warning for non-protection network [CHAR LIMIT=NONE] --> - <string name="imsi_protection_warning">This network receives a SIM ID that can be used to track device location. <annotation id="url">Learn more</annotation></string> + <string name="imsi_protection_warning">This network receives a unique ID that can be used to track device location. <annotation id="url">Learn more</annotation></string> <!-- Help URL, IMSI protection [DO NOT TRANSLATE] --> <string name="help_url_imsi_protection" translatable="false"></string> |