|
@@ -231,7 +231,7 @@
|
|
|
android:configChanges="keyboardHidden|screenSize|orientation"
|
|
android:configChanges="keyboardHidden|screenSize|orientation"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
android:hardwareAccelerated="true"
|
|
android:hardwareAccelerated="true"
|
|
|
- android:launchMode="singleTask"
|
|
|
|
|
|
|
+ android:launchMode="singleInstance"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme"
|
|
android:theme="@style/AppTheme"
|
|
|
android:windowSoftInputMode="adjustPan|stateHidden">
|
|
android:windowSoftInputMode="adjustPan|stateHidden">
|
|
@@ -319,8 +319,8 @@
|
|
|
android:theme="@style/AppActionTheme" />
|
|
android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
|
|
android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
|
|
|
- android:launchMode="singleTask"
|
|
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
|
|
+ android:launchMode="singleInstance"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppActionTheme" />
|
|
android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
<activity
|
|
@@ -420,8 +420,8 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
|
|
android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
|
|
+ android:launchMode="singleInstance"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
- android:launchMode="singleTask"
|
|
|
|
|
android:theme="@style/AppActionTheme" />
|
|
android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
|
|
android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
|
|
@@ -503,12 +503,8 @@
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActWebX5Single"
|
|
android:name="com.sheep.gamegroup.view.activity.ActWebX5Single"
|
|
|
android:launchMode="singleInstance"
|
|
android:launchMode="singleInstance"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
|
|
+ android:exported="true"
|
|
|
android:theme="@style/AppActionTheme">
|
|
android:theme="@style/AppActionTheme">
|
|
|
- <intent-filter>
|
|
|
|
|
- <action android:name="android.intent.action.MAIN" />
|
|
|
|
|
-
|
|
|
|
|
- <category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
- </intent-filter>
|
|
|
|
|
</activity>
|
|
</activity>
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActImg"
|
|
android:name="com.sheep.gamegroup.view.activity.ActImg"
|