pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 250 forks source link

singleInstance -> singleTask #21

Closed caiiiycuk closed 11 years ago

caiiiycuk commented 11 years ago

I found that android:launchMode="singleInstance" does not work with In-app billing V3, because singleInstance mode does not permits launch subtasks. So i think that it is better to use singleTask mode. Is there any disadvantages?

pelya commented 11 years ago

Fixed that, thanks.