Hi,

You can do this by using content providers. You can listen to changes
in content://sms uri and for sent messages you go through content://sms/sent
and find the new sent messages. You can do similar thing with call log
or use PhoneStateListener and listen when the call is on hook, off
hook and idle.

-Mika

On Jun 10, 1:42 pm, Monkiki <[email protected]> wrote:
> I've been searching the application permissions and I see no way to
> make an app to enable getting notified when the user send an SMS or
> make a phone call. How can I accomplish this task?
>
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to