开发者

Read mail and SMS from my application

开发者 https://www.devze.com 2023-02-03 01:36 出处:网络
I was wondering if it\'s possible to read emails and SMS from an android application I\'m developing.

I was wondering if it's possible to read emails and SMS from an android application I'm developing. Or even have the chance to add a new menu button to the default mail app in order to pass that particular mail text to my background application that can use it to perform some syntax开发者_运维百科 analysis.

Thanks in advance


For the SMS part you would need to use a BroadcastReceiver to do that.

This should be a good start: http://www.androidcompetencycenter.com/2008/12/android-api-sms-handling/

There are a lot of email clients in the Market. I don't think you will have any luck with accessing the emails.

0

精彩评论

暂无评论...
验证码 换一张
取 消