Quote:
Originally Posted by DiapDealer
Yeah, there's no attachment when I do that.
Not sure if I know of any official Amazon apps that do something similar (to help test if programmatically attaching a file is even possible with their email program). Is there a temporary file created somewhere, that I can look for to see if it's getting that far?
|
I found some amazon documentation that says that they do not use/respect the same API that gmail uses. Tomorrow's prerelease uses the API that Amazon says they *do* use. We will see.
As for temporary files, no. The information is passed by CC to Android using what Android calls an "Intent", and it is up the receiving app to interpret the data in the Intent. We know the data arrives because gmail uses it. Just as clearly from your test, the amazon app does not.