Remove main activity launch taskAffinity, fix launch check activity to other task bug
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
android:resumeWhilePausing="true"
|
android:resumeWhilePausing="true"
|
||||||
android:screenOrientation="landscape"
|
android:screenOrientation="landscape"
|
||||||
android:stateNotNeeded="true"
|
android:stateNotNeeded="true"
|
||||||
android:taskAffinity=""
|
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
android:theme="@style/Main"
|
android:theme="@style/Main"
|
||||||
android:windowSoftInputMode="adjustPan|stateHidden">
|
android:windowSoftInputMode="adjustPan|stateHidden">
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
android:resumeWhilePausing="true"
|
android:resumeWhilePausing="true"
|
||||||
android:screenOrientation="landscape"
|
android:screenOrientation="landscape"
|
||||||
android:stateNotNeeded="true"
|
android:stateNotNeeded="true"
|
||||||
android:taskAffinity=""
|
|
||||||
android:theme="@style/Main"
|
android:theme="@style/Main"
|
||||||
android:windowSoftInputMode="adjustPan|stateHidden">
|
android:windowSoftInputMode="adjustPan|stateHidden">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|||||||
Reference in New Issue
Block a user