[android-developers] Re: Regarding android registration

2008-12-19 Thread Xavier Mathews
Android is open but it is also set you can not communicate properly unless useing intents etc. So therefor you can not register or install your app on the platform that is how it was created and set up. On 12/19/2008, Mark K mark.ka...@gmail.com wrote: In general, this can't be

[android-developers] Re: Regarding android registration

2008-12-19 Thread Mark K
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