On Mon, Apr 7, 2008 at 11:58 PM, Megha Joshi <[EMAIL PROTECTED]> wrote:
> This is because the android.intent.action.VIEW is not a broadcast action, > please check the response from Dianne below on a similar issue: > http://groups.google.com/group/android-developers/msg/b0c05aa238160047 Oops, slipped my mind! > > Intent { action=android.intent.action.VIEW > > data=content://im/messagesBy/1/1/serverwitness%40gmail.com > > launchFlags=4 extras=Bundle[{accountId=1, > > [EMAIL PROTECTED]/D2530546, providerId=1}] } The goal is to have an asynchronous method of getting data from apps (say, on a web server) to the phone. Doesn't look like that's possible for the time being, because even if I do make the Activity the default, it doesn't get the message automatically, you have to pull down the notification bar and click on it. When the message arrives, it generates a null pointer exception, which I'm sure you guys are aware of and have likely fixed by now. Thanks, -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

