File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes How to enforce android to choose between the installed browsers while opening a link Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "How to enforce android to choose between the installed browsers while opening a link" Watch "How to enforce android to choose between the installed browsers while opening a link" New topic
Author

How to enforce android to choose between the installed browsers while opening a link

harish Gunda
Greenhorn

Joined: Jan 31, 2012
Posts: 4

Hi,

I would like the user to choose between the installed browsers when ever he clicks on a web link in the android application. Can any one please let me know how to do this.

Thanks,
Harish
Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1365

Read about the generic Intent.ACTION_VIEW and how it works in conjunction with Intent.data and then read up on the use of Intent.createChooser().


[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
 
 
subject: How to enforce android to choose between the installed browsers while opening a link
 
Threads others viewed
What is a difference between using JAX-RPC and SAAJ?
Database installation on Android
How to use the Android Compatibility Package?
Flash Player Installation
Android Hardware Profiles
IntelliJ Java IDE