I have written following code to open url in browser but this url ends with pdf which I want to open in browser but i'm not getting browser option in file chooser.
startActivity(Intent.createChooser(new Intent(Intent.ACTION_VIEW, Uri.parse(httpUrl),"Choose"));