[android-developers] Re: dependency between applications

2010-04-25 Thread dnak
Sorry for confusing you by my English... I'd like to know when Android launches depending service/provider. (For example. when Android launches CalenderProvider?) I'm checking this with Android 2.1 source code (mydroid), but I can't figure out. I'd like to know general mechanism for this. Regar

[android-developers] Re: dependency between applications

2010-04-21 Thread dnak
Thank you for your reply, and sorry for lating my reply. I have more questions. I want to know when Android launch the dependency application in source code. (For example. when Android launch CalenderProvider?) I have Android SDK 2.1 all source code (mydroid). I am enable to read Android source co

[android-developers] dependency between applications

2010-04-16 Thread dnak
Hi, all. I want to know how to know the dependency between applications. Calender needs CalendarProvider, Phone needs TelephonyProvider etc... And more complex example is that com.android.music depends on android.process.media and /system/bin/mediaserver. Please teach me how to know the dependenc