Hi everybody.
I want to open an other application when pressing a button.
This is simply:
But now i don´t want to open the Mainactivity of the application. I want to open the remoteconnection directly.
How do i it?
I want to open an other application when pressing a button.
This is simply:
Dim in As Intent
Dim pm As PackageManager
in = pm.GetApplicationIntent("com.xtralogic.android.rdpclient.trial")
If in.IsInitialized Then StartActivity(in)
StartActivity(in)
But now i don´t want to open the Mainactivity of the application. I want to open the remoteconnection directly.
How do i it?