在安卓官方网站看到这段话:
However, you can arrange for different components in your application to run in separate processes, and you can create additional threads for any process
问:也就是说应用程序里每个组件都可以作为独立的进程来运行?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
在AndroidManifest.xml里声明组件的时候,加上process标签并提供进程名,这样就可以把这个组件放在另外的进程启动了