You cannot open the PDF file directly in the Android web browser, but using the Google Docs Viewer. you can open it in an android browser, for example:
String webUrl="http://myweb.com/demo.pdf";
mWebView.loadUrl("https://docs.google.com/gview?embedded=true&url="+ webUrl);
source
share