I don't know of any way that an application can communicate with another app outside of the OS. It's my understanding that in order for an app to communicate with another app it has to call startActivityForResult() and then it would get the result of the activity that it started. It can also pass parameters to the activity that it starts. I imagine services may have the ability to communicate with each othr but I don't know much about that.
On Tuesday, June 12, 2012 10:33:47 PM UTC-7, michael wrote: > Hi, > > the following is one statement, is it correct? : > that applications do not run natively and inter-app communications > must take place via IPC is not entirely true. There are ways for > application to communicate without going through pre-defined OS > provided channels. > > > Thanks a lot for your reply > > M -- 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

