Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

but im not sure. The only thing is sure that it cannot be found between the recordings.
. String html1 = "<a href='http://www.mywebsite.com/Myfilecontainingtext.abc'>Download Myfilecontainingtext.abc to Downloads directory</a>";
TextView textView1 = (TextView) findViewById(R.id.textView1);
textView3.setText(Html.fromHtml(html1));
textView1.setMovementMethod(LinkMovementMethod.getInstance());