Hi, I have a AndroidManifest.xml: <application .....> <activity....> </activity>
<provider...> <provider...> </application> I guess the Application#onCreate always runs first. But during some experiments, Provider#onCreate may run before Application#onCreate. I want to find a place that can read the meta-data from AndroidManifest.xml that will be used for the whole application and I put it in Application#onCreate. During my experiment... I am afraid I have made a mistake. Any one can tell me where is the right place, the first will read the meta-data before all the onCreates run. Thanks a lot. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---