Fixed launch mode

This commit is contained in:
M66B 2019-09-17 10:11:33 +02:00
parent 26a3eb43f6
commit 09ac60d299
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
<activity
android:name=".ActivityBilling"
android:icon="@mipmap/ic_launcher"
android:launchMode="singleInstance" />
android:launchMode="singleTop" />
<service
android:name=".ServiceSynchronize"