Your error states, that you are passing a variable of type Intent
to a function which expects a parameter of type Context
. Somewhere in you’re passing a variable of the wrong type.
I have personally not worked with “href=tel” but I am sure if you could tell us where in your code exactly the error is we can help you