I understand that there is no way to get notification of outgoing text
being sent, but is there any way to disable text messaging facility

On Jan 5, 10:48 am, debnath68 <debnat...@gmail.com> wrote:
> Hi sunny25,
> AKAIK there is an intent for received sms which will be broadcasted
> when a sms is received to the phone and you can get it via
> BroadcastReceiver. But there is no intent for sent sms which should
> broadcast when a sms sent. In this regard I can suggest you to use
> contentProvider with this URI : "content://sms/sent" for get sent sms
> by checking manually.
>
> thanks,
> mitu
>
> On Jan 4, 11:49 am, Sunny25 <hi2sunn...@gmail.com> wrote:
>
> > Hi guys,
>
> > I can get notification ofoutgoingcall using PhoneStateListener. But
> > is there any api in android which will notify my application about
> >outgoingtext/sms being sent.
>
> > Thanks in advance
>
> > Sunny
-- 
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