Remove specific taskAffinity

Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
Jonas Mayer 2024-02-14 17:16:22 +01:00 committed by Andy Scherzinger
parent 55e0e7f7c1
commit f676741153

View file

@ -19,13 +19,15 @@
android:networkSecurityConfig="@xml/network_security_config"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:targetApi="n">
tools:targetApi="n"
android:taskAffinity="">
<activity
android:name=".main.MainActivity"
android:label="@string/app_name"
android:theme="@style/Theme.App.Starting"
android:exported="true">
android:exported="true"
android:launchMode="singleInstance">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />