[android-developers] get email client notifications after the send

2011-08-30 Thread Károly Holczhauser
Hello! I had wrote an app which is open the base email client, and after the user had sent the letter I arrive back to my app. I would like to give a Toast message if and only if the message had been sent succesfully. I had tried to use startActivtiyForResult and check it on onActivityResume,

Re: [android-developers] get email client notifications after the send

2011-08-30 Thread Mark Murphy
2011/8/30 Károly Holczhauser holczhau...@gmail.com:  I would like to give a Toast message if and only if the message had been sent succesfully. I had tried to use startActivtiyForResult and check it on onActivityResume, but I didn't worked, because I always get back to my app immedietly, when