全部博文(413)
分类: Java
2011-02-16 18:24:42
The manifest entry for each type of component element—, , , and —supports an android:process
attribute that can specify a
process in which that component should run. You can set this attribute so that each component runs
in its own process or so that some components share a process while others do not. You can also set
android:process
so that components of different applications run in the same
process—provided that the applications share the same Linux user ID and are signed with the
same certificates.
The element also supports an android:process
attribute, to set a
default value that applies to all components.