The principle is to attach a URL like: IDL://user:password
When the user click the button connect, we get identifying information and we lunch connection.
The application will be opened at the beginning of a relationship of type “idl://”.
The application will be able to automatically authenticate the user whose credentials will be added to the URL as: idl://username: password.
Does any one have an idea how can i do this?
thanks
you can setup an intent filter in your Manifest:
This should do the trick.