On a site targeting Android OS, is there a way to create a link that will cause the OS to open a PDF that was downloaded from that site? That is, without requiring the user to manually open the PDF?
EDIT: to clarify, I want to implement something similar to this on my site:
<a href="adobe_reader/foo.pdf">Click here to open foo.pdf on your Android!</a>
This is supposed to be a link on my site that makes Adobe (or another) to launch foo.pdf
, which is already stored on the android device.