Hi,
I want to send an email from and sub in the starter service. The Acitivity example from Erel works fine.
https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/
I dont know where to put :
and I get every time when I try to send an email the question if I want to allow the app to send emails.
In Erels demo it works.
I want to send an email from and sub in the starter service. The Acitivity example from Erel works fine.
https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/
I dont know where to put :
B4X:
Sub Activity_Resume
oauth2.CallFromResume(Activity.GetStartingIntent)
End Sub
and I get every time when I try to send an email the question if I want to allow the app to send emails.
In Erels demo it works.