Reputation: 672
I'm a beginner at Android programming. I want to create specific email button on my program. (For example email adress is [email protected]). When I click email button, mail program should open. How can I achieve this?
Upvotes: 3
Views: 6805
Reputation: 21
If you're getting the No applications can perform this action error,
simply create an email account using your emulator.
Android can't send mail from a non-existing email account.
Upvotes: 2