Skip to content Skip to sidebar Skip to footer

Sending Email Without Intent.createchooser

I would like my email to be sent without having the email client ot open on the Android screen. my code is standard: final Intent emailIntent = new Intent(android.content.Intent.

Solution 1:

Refer This. might be helpful

It will open up email application in real device. In emulator it doesn't work, many people have faced this & found this working.

-Thanks

Post a Comment for "Sending Email Without Intent.createchooser"