[android-developers] Re: Outgoing text/sms

2010-01-14 Thread Sunny25
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

[android-developers] Re: Outgoing text/sms

2010-01-14 Thread Kumar Bibek
I don't think you can do that. I am sure no user will want any app which blocks his phone functionalities like, dropping a call, disabling SMS sending and stuff like that. Those are very basic features which the user would not want to give access to third party apps. Kumar Bibek On Jan 15, 9:00 

[android-developers] Re: Outgoing text/sms

2010-01-04 Thread debnath68
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