Often, I want to set up statics (during class initialization/loading) in some activity based on things like package name, version code, whether the debuggable attribute is set in the Manifest etc.
But, of course, the Context is not available at that time. All of these values are there in the manifest, so I'm trying to find if there is another way to access them? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

