Android Question email attachment

merlin2049er

Well-Known Member
Licensed User
Longtime User
B4X:
 Dim l2 As List
       
  l2.Initialize
  l2.Add("file://" & File.DirDefaultExternal & "/feedback.db")

....

msg.attachments = l2

Almost there, not sure why I'm having trouble attaching the file... it exist. Crashes gmail, outlook client shows the attachment added, but doesn't send it?
 

merlin2049er

Well-Known Member
Licensed User
Longtime User
Oh, it was a very small single table. I had trouble all morning with my gmail app on my phone.

I'm not sure how to get to those unfiltered logs.
 
Upvote 0
Top