1:修改登录出现来回跳
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
android:name=".wxapi.WXEntryActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"></activity>
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
<!-- 微信支付回调Activity(必须放在包名.wxapi路径下) -->
|
||||
<activity
|
||||
android:name=".wxapi.WXPayEntryActivity"
|
||||
@@ -199,7 +199,8 @@
|
||||
|
||||
<activity
|
||||
android:name=".PasswordLoginActivity"
|
||||
android:exported="true">
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="com.qxcm.qxlive.LAUNCH_PAGE" />
|
||||
|
||||
Reference in New Issue
Block a user