I’ve got problem for my application. I want to start connectbot from my application via intent, if my activity start i want to connectbot start too. How to intent connectbot application from my activity, please for answer my question. thanks…
I’ve got problem for my application. I want to start connectbot from my application
Share
The AndroidManifest of ConnectBot has the following intent-filter:
This means you can throw an Intent with the following action to start ConnectBot and open the ConsoleActivity. ConsoleActivity does not do anything with the Uri, so you could use anything starting with “ssh://”:
ConnectBot also responds to ACTION_PICK which opens the list of configured connections. ACTION_PICK actually parses the given uri and opens nickname but only if user, host and port are also right.