I'm trying to add a privacy policy link in my app, but when I click on the privacy policy link in app menu nothing happens.
This is my menu layout code
<item n1:icon="@drawable/ic_help_teal_700_24dp" n1:id="@id/privacy_policy" n1:title="@string/privacy_policy" />
and this is my strings code
<string name="privacy_policy"><a href="http://xxxxx/xxxxx/privacy_policy.html">Privacy Policy</a></string>
and this is the photo of the menu in my app