diff options
author | Arc Wang <arcwang@google.com> | 2020-03-19 14:51:25 +0800 |
---|---|---|
committer | Arc Wang <arcwang@google.com> | 2020-03-19 14:51:25 +0800 |
commit | fc96098c3fddd5c276b3ea25e0ade2472600455a (patch) | |
tree | 510463eb570a0a739a0daf66e9f9f3995cb1af37 /libs | |
parent | 4ea546fce83b7a8b0f3b966d0bc821c613356e73 (diff) |
Add annotation element to the string 'Learn more'
For UI components to linkify it.
Bug: 148283447
Test: compile
Change-Id: Ibdec1009a6cf4c75fe2c8bf488635201c8d7e67f
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 54fa40f79..33287a651 100644 --- a/libs/WifiTrackerLib/res/values/strings.xml +++ b/libs/WifiTrackerLib/res/values/strings.xml @@ -164,5 +164,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> |