[Android-development] android:launchMode singleTask or singleInstance

BogDan bog_dan_ro at yahoo.com
Tue Mar 3 09:02:58 CET 2015


Hi,
The default is *singleTop*. It's needed to make sure your application will re-use the same activity if your application is in background and you start it again from apps menu. CheckĀ http://developer.android.com/guide/topics/manifest/activity-element.html#lmodeĀ for more info.
Cheers,BogDan.
 

     On Sunday, March 1, 2015 8:17 PM, "maitai at virtual-winds.org" <maitai at virtual-winds.org> wrote:
   

 Hello,

I probably need to change the default 
android:launchMode="singleInstance" to "singleTask". I tried a bit and 
it does not seem to have any bad side effect in my app (widget-based), 
but I'm still suspicious...

Is there any bad effects to be expected from qt side if I change this?

Thanks
Philippe Lelong
_______________________________________________
Android-development mailing list
Android-development at qt-project.org
http://lists.qt-project.org/mailman/listinfo/android-development


   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20150303/b484a074/attachment.html>


More information about the Android-development mailing list