In general, this can't be done, the only way for apps to comunicate
is via aidl, if another app, or built in app doesn't implement an aidl
interface that you can reach, then the only way for apps to
communicate is via intents. Some information can be sent with intents
using 'extras', and application data can be shared via content
providers, outside of this apps cannot communicate, this is the way
Android is designed.

                    Mark



On Dec 16, 9:31 pm, Naina <kna...@gmail.com> wrote:
> Hello,
>
> I am new to this android. I want to write my own application to
> interface with the application which is already present in the android
> mobile. Could anybody please let me know how to register our
> application in Android platform?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to