MM-35992 set android activity affinity to blank

This commit is contained in:
Elias Nahum 2021-06-01 09:36:35 -04:00
parent 78b76352c8
commit 8742a2b1df
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -31,7 +31,8 @@
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:taskAffinity="">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />