I have some text with 2 links like: "Please read and accept our Terms and Privacy Policy ...."
<string name="terms_and_policy">... <a href='https://docs.google.com/document/d/xxx'><font color="#FC672B">**Terms**</font></a> and <a href='https://docs.google.com/document/d/xxx'><font color="#FC672B">**Privacy Policy**</font></a> ...</string>
Possible handle 2 links use this case, when have 2 links in one sentense or need use another approach?
P.S. I need catch separate 2 click to post event for Analytics.