Yes. Unless you specify otherwise in the manifest (using android:process="..." ), all application components (widget providers, services, actions, broadcast receivers) work in one process, use the same virtual machine and work in one and the same memory space.
source share