[android-developers] Re: about the communication channels between android apps

2012-06-29 Thread M
Thanks a lot for your reply! So, is there any way to montior all the communication channels between Android apps inside the devices? Any existed mechanism or reference or codes? Thanks a lot. M On Jun 14, 8:35 pm, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Jun 13, 2012 at 1:33

Re: [android-developers] Re: about the communication channels between android apps

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 12:24 PM, M xuetao@gmail.com wrote: So, is there any way to montior all the communication channels between Android apps inside the devices? Only via your own custom firmware, for obvious privacy and security reasons. Discussion of that is off-topic for this list --

[android-developers] Re: about the communication channels between android apps

2012-06-29 Thread Chris Stratton
On Jun 29, 12:24 pm, M xuetao@gmail.com wrote: So, is there any way to montior all the communication channels between Android apps inside the devices? No, because people can play dirty tricks like modulating and measuring the system load to transmit information slowly. -- You received

[android-developers] Re: about the communication channels between android apps

2012-06-14 Thread alex b
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