Hi,
i open the email app with this code.
I think, the first time I get a dialog to choose the app.
I selected the notes app.
Now it always open the notes app.
First, how can I prefend this dialog . It should open always gmail.
Second how can I change back via script , without deinstall .
i open the email app with this code.
I think, the first time I get a dialog to choose the app.
I selected the notes app.
Now it always open the notes app.
First, how can I prefend this dialog . It should open always gmail.
Second how can I change back via script , without deinstall .
B4X:
Dim msg As Email
subject=en.desc_plaintext & " - " & en.Title
msg.Subject=subject
msg.Body= gl_BODY
msg.To.Add(gl_EMAIL)
StartActivity(msg.GetIntent)