MM-35992 set android activity affinity to blank
This commit is contained in:
parent
78b76352c8
commit
8742a2b1df
1 changed files with 2 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue