Re: Single instance mode vs multiple instances in manifest spec

On 2013-04-22 10:37, Marcos Caceres wrote:
> Does Tizen support running multiple instances of the same app? If yes, is the origin of those apps unique or it shared?
Currently in Tizen, user can only have one instance of an app running. 
If they try to launch it again, then the already running instance will 
be brought to the foreground.
If an app is used as an intent service/provider, it may happen that it 
will be handling multiple requests at the same time, which means that 
there will be multiple instances of the same application running. In 
this case the origin is the same for all running instances.

Hope that answers your question
/Janusz

Received on Monday, 22 April 2013 13:38:06 UTC