I want to run two processes in the same DalvikVM. This means that I want to run a first app and then that this app starts the second app. And I want that this two apps are then running in the same DalvikVM. I think it is possible if the first app forks an process for the second app. But I´m not sure how can I do that.
Thanks
I want to run two processes in the same DalvikVM. This means that I
Share
By definition, that is impossible.
By definition, that is impossible.
No.