can we register a URI scheme just like the iphone SDK so as to open the App.
Like for example: myapp:// is registered with my app and I should be able to start my app when SMS content contains the myapp:// link embedded. Thanks for the answer Raj On Dec 7, 6:58 am, "Dexter's Brain" <[email protected]> wrote: > Hi Raj, > > This is not possible, since thisSMSbroadcast is an unordered > broadcast. So you can't intercept it, and prevent the broadcast to > reach the defaultSMSapplication. > > Thanks, > Kumar Bibekhttp://tech-droid.blogspot.com > > On Dec 3, 9:03 pm, Raj <[email protected]> wrote: > > > Hi > > > My app needs to interceptSMSmessages but the problem is that theSMS > > are intercepted while my App is active and running. Otherwise, the > >SMSmessages are delivered to theSMSapp only. > > > How do you configure the Android Manifest file to let the system send > > certainSMSmessages to be send to a particular App. Say.. all > > messages matching certain attribute with inSMSlike.. mime-type to be > > send to my App. > > > Thanks > > Raj -- 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

