I'm trying to figure our what kind of components this description in the android documentation is referring to. Why would the android system try to instantiate components inside my application?
android:enabled
Whether or not the Android system can instantiate components of the application — "true" if it can, and "false" if not. If the value is "true", each component's enabled attribute determines whether that component is enabled or not. If the value is "false", it overrides the component-specific values; all components are disabled. The default value is "true".