Commit 970fe8f0 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 5bdb2077
......@@ -253,29 +253,11 @@
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name="cn.sharesdk.tencent.qq.ReceiveActivity"
android:launchMode="singleTask"
android:noHistory="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="tencent1109991028" />
</intent-filter>
</activity>
<activity
android:name="com.wenshu.youyou.wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<!-- <activity-->
<!-- android:name="com.wenshu.youyou.apshare.ShareEntryActivity"-->
<!-- android:configChanges="keyboardHidden|orientation|screenSize"-->
<!-- android:exported="true"-->
<!-- android:theme="@android:style/Theme.Translucent.NoTitleBar" />-->
<provider
android:name="androidx.core.content.FileProvider"
......
package com.wenshu.youyou.apshare;
//package com.wenshu.youyou.apshare;
//
//import cn.sharesdk.alipay.utils.AlipayHandlerActivity;
//
//public class ShareEntryActivity extends AlipayHandlerActivity{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment