diff options
author | Nate Jiang <qiangjiang@google.com> | 2020-07-30 05:18:29 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-07-30 05:18:29 +0000 |
commit | fde627ad0f1a63138be533b2350f1481a28f5990 (patch) | |
tree | efb0f03c9c9902948b95f77e2e91f2ea9db59911 /libs | |
parent | 144d6b2b12dc665ccda1c731df9cb3f2bbbfb406 (diff) | |
parent | 641bb1658dd748afa21faa4bd160a4fe602ebb78 (diff) |
Merge "Revert "Update IMSI protection notification flow"" into rvc-d1-dev am: 641bb1658d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/net/wifi/+/12266905
Change-Id: Ie47779cac5eae9bf5b4e4f2ee29330405f7efc34
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> |