diff options
author | Nate Jiang <qiangjiang@google.com> | 2020-07-21 17:19:53 -0700 |
---|---|---|
committer | Nate Jiang <qiangjiang@google.com> | 2020-07-30 16:02:11 +0000 |
commit | d24e64f18b07bbe9dba4c765f8fd27dcc5744855 (patch) | |
tree | d7c3883f1ab16938e9a940da792a8602dab9f32f /libs | |
parent | fde627ad0f1a63138be533b2350f1481a28f5990 (diff) |
Update IMSI protection notification flow
Bug: 161932419
Test: atest com.android.server.wifi
Merged-In: I8be7c1b9e66162fdd244946b47367290116a7747
Change-Id: I922a46fee984721ca2fef8c0e2c1307718b2b7e8
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 c238f663c..7e81b5877 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 unique 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 SIM 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> |