diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-03-21 05:39:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-21 05:39:16 +0000 |
commit | 6b8f09d94a29ec524e792a90e3f9df0fe2faf6b4 (patch) | |
tree | 50ac7d6eaad34f4d4d3f3ba7a37e3a04a1209403 /libs | |
parent | eb8ba7421c26fd9460f44fb496f79d6dae1685d2 (diff) | |
parent | fc96098c3fddd5c276b3ea25e0ade2472600455a (diff) |
Merge "Add annotation element to the string 'Learn more'" into rvc-dev
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 802fb49a5..31790ee22 100644 --- a/libs/WifiTrackerLib/res/values/strings.xml +++ b/libs/WifiTrackerLib/res/values/strings.xml @@ -167,5 +167,5 @@ <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. Learn more</string> + <string name="imsi_protection_warning">This network receives a unique ID that can be used to track device location.\n<annotation id="url">Learn more</annotation></string> </resources> |