Hi,
I would like to open the email via mia application with the command like:
Dim MyIntent As Intent
MyIntent.Initialize(MyIntent.ACTION_MAIN,"")
MyIntent.SetComponent("com.android.email")
MyIntent.AddCategory("android.intent.category.LAUNCHER")
If MyIntent.IsInitialized Then
StartActivity(MyIntent)
End If
Unfortunately it is opening a window where I then have to select the application I want to open with. See image.
I would like the application to open automatically.
Thanks
Lorenzo
I would like to open the email via mia application with the command like:
Dim MyIntent As Intent
MyIntent.Initialize(MyIntent.ACTION_MAIN,"")
MyIntent.SetComponent("com.android.email")
MyIntent.AddCategory("android.intent.category.LAUNCHER")
If MyIntent.IsInitialized Then
StartActivity(MyIntent)
End If
Unfortunately it is opening a window where I then have to select the application I want to open with. See image.
I would like the application to open automatically.
Thanks
Lorenzo