What I want is to hide WebBrowser when opening PDF file in my application. I would like to show only PDF reader application, if not have then display alert message.
I think you have to try to open PDF Reader (like Abode one) using explicit intent, catching the exception then display your alert message.