thanks for replying - maybe i can fix this before the deadline. i'm not sure how to do this - here is the issue - i want to read the contacts when my intent receiver goes off - i have used the alarm controller as a model -
so how to accomplish this? seems like this should be possible ...??? tyia, fran w On Apr 14, 1:48 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Hi, > > I found two issues so far with your code: > > 1) GetContacts is a Activity, so you should not use GetContacts g= new > GetContacts(). > 2) EmailContactsRepeat is executed in a separate remote process : > <receiver android:name=".EmailContactsRepeat" > > > android:process=":remote" /> > > So you cannot access anything from the main process directly, do you really > want The IntentReceiver to be executed in a separate process? > > -Megha > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

