Fixed launch mode

This commit is contained in:
M66B 2019-08-22 08:01:37 +02:00
parent a7326562c7
commit f34681b916
1 changed files with 1 additions and 1 deletions

View File

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