Navigation to local HTML Android Studio
The idea is to make the link (in this photo) navigate to a local HTML:
So when you click on Privacy Policy, it opens the local HTML.
This message is stored in an strings.xml code like this:
Check our Privacy Policy (./hosp_eula.html)
And in the layout i reference to it like this:
But it doesn't work due to the fact that i don't know how to make reference to the HTML file...