String cmd = "vnc://myserver.example.com:5900/C24bit/MYPASSWORd"
Intent vncIntent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(cmd));
vncIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(vncIntent);
--
You received this message because you are subscribed to the Google Groups "android-vnc-viewer" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-vnc-viewer/-/oW76nU2JsbsJ.
To post to this group, send email to android-v...@googlegroups.com.
To unsubscribe from this group, send email to android-vnc-vie...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-vnc-viewer?hl=en.
-- Benito Martinez <Benito....@Qindel.ES> Mov:+34678476906 url: http://www.qindel.es jabber: xmpp:ni...@qindel.com Qindel
To post to this group, send email to android-vnc-viewer@googlegroups.com.
To unsubscribe from this group, send email to android-vnc-viewer+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-vnc-viewer?hl=en.
To post to this group, send email to android-v...@googlegroups.com.
To unsubscribe from this group, send email to android-vnc-viewer+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-vnc-viewer?hl=en.