However, you can arrange for different components in your application to run in separate processes, and you can create additional threads for any process
When declaring a component in AndroidManifest.xml, add the process tag and provide the process name, so that this component can be started in another process
When declaring a component in AndroidManifest.xml, add the process tag and provide the process name, so that this component can be started in another process