[android-developers] Re: targeting broadcasts issue

2009-07-05 Thread Dianne Hackborn
Sorry, if you want to have control over the notification, I think you will need to implement it yourself. I'm not an expert on the telephony APIs, but I don't know of anywhere we have something that allows one application to dismiss a notification owned by another. On Fri, Jul 3, 2009 at 10:56

[android-developers] Re: targeting broadcasts issue

2009-07-05 Thread Seer
Dianne, I really don't want control over the notification at all. I beleive that i am either missing something or doing something the wrong way. maybe you can tell me what i am doing wrong or know someone that could point me in the wright direction. My understanding of intents is that the whole

[android-developers] Re: targeting broadcasts issue

2009-07-05 Thread Mark Murphy
Seer wrote: My understanding of intents is that the whole point of them is so that you can have multiple applications providing similar or the same functionality and that those applications become interchangable via intents. That is generally correct. Now when a new sms comes in there is a

[android-developers] Re: targeting broadcasts issue

2009-07-05 Thread Dianne Hackborn
Yeah currently notifications are very much owned by the app that created them, and there is no facility for other apps to interact with them. As you say, one could imagine a way for apps to replace handling of notifications, but it's not something we have defined support for at this point. On

[android-developers] Re: targeting broadcasts issue

2009-07-03 Thread Dianne Hackborn
Um, don't do this. Whatever you are doing this for, you can be sure it will break in the future. On Fri, Jul 3, 2009 at 8:55 PM, Seer gilligan.ch...@gmail.com wrote: Guys, I am trying to get the intent android.intent.action.BOOT_COMPLETED sent only to the receiver

[android-developers] Re: targeting broadcasts issue

2009-07-03 Thread Seer
Then maybe you can help me as all i want to do is something very simple but i can't find a way to do so apart from what i am talking about above. I have an application reading and responding to sms. It is an application that is an option when you click onthe standard sms notification that is