By browsing this mailing list and android source code. You can also
use PackageManager to get the available content providers. If there's
some other ways I'd like to know also.

-Mika

On Jun 10, 7:31 pm, Monkiki <monk...@gmail.com> wrote:
> Great, I will try it. Where can I find more info about these context://
> uris?
>
> On Jun 10, 1:11 pm, Mika <mika.ristim...@tkk.fi> wrote:
>
>
>
> > 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 <monk...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to