diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-03-21 05:48:55 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-03-21 05:48:55 +0000 |
commit | b095e90d5de7ae2f811f2c79944705a4abb428a4 (patch) | |
tree | 6931051862c511005cda1137758ce0c94420d83f /libs | |
parent | ef1547eb5e5db7584489137962bddf5626e00eb1 (diff) | |
parent | 6b8f09d94a29ec524e792a90e3f9df0fe2faf6b4 (diff) |
Merge "Add annotation element to the string 'Learn more'" into rvc-dev am: 6b8f09d94a
Change-Id: Ibafcd004384ce15a34823bbb56621acd017c1b0b
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> |