i need this functionality three.
anybody?

On Feb 6, 9:42 pm, Oscar A <[email protected]> wrote:
> Hi
> I would also like to know if that is possible have tried a number of
> solutions without success. Have managed to Receive incoming sms but
> outgoing is still a difficulty for me.
>
> Would be grate if there where some sort of ACTION_NEW_OUTGOING_SMS
> (Broadcast Action: An outgoing sms is about to be sent) like the
> ACTION_NEW_OUTGOING_CALL that I use to monitor, modify, and abort
> outgoing calls.
>
> The Intent will have the receivers phone numbers attached and once the
> broadcast is finished, the "resultData" is used as the actual number
> to send the SMS to.
>
> Then we can implement an BroadcastReceiver abort an SMS like
>
> //Abort SMS
> setResultData(null);
>
> Suggested Permissions
> You must hold the PROCESS_OUTGOING_SMS  permission to receive this
> Intent.
>
> ...Until something like this is included in the API does anyone know a
> work around?
>
> Best Regards
> /Oscar Ahttp://drunkblocker.appspot.com
>
> On Feb 5, 6:00 am, Dietrich Ayala <[email protected]> wrote:
>
>
>
> > i figured out how to listen for outgoing calls. however, i can't find
> > any docs or code samples for making a Receiver that catches outgoing
> > sms or email.
>
> > is that possible?
>
> > thanks!
>
> > -dietrich- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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