[android-developers] Re: BroadcastReceiver for data SMS - static works, dynamic does not

2009-04-06 Thread Rubén González Criado
Hi, I too am interested in knowing how to launch applications on the first level when you receive a sms or a call. Who knows to remove the applications that are launched by default when a call comes in or SMS? I would like to be informed on the subject. Thank you. 2009/4/2 Gulfam > > Hi thesq

[android-developers] Re: BroadcastReceiver for data SMS - static works, dynamic does not

2009-04-02 Thread Gulfam
Hi thesquib, I am trying to receive sms like you. My requirements this I dont want to show my specific messqage in default Inbox. Can you help me regarding this. can you share your sms receiving code with me ?.I Have used xml for receiver as you mentioned above but my receiver is not invoking o

[android-developers] Re: BroadcastReceiver for data SMS - static works, dynamic does not

2009-04-01 Thread thesquib
It should be noted that there is a spelling mistake in the code version, this is how it should read: IntentFilter mFilter = new IntentFilter ("android.intent.action.DATA_SMS_RECEIVED"); I typed it up in a browser and made the mistake. Thanks. On Mar 30, 11:24 am, thesquib wrote: > I have create