Commit 5bdb2077 authored by jyx's avatar jyx

代码优化

parent 0740fdb8
...@@ -271,11 +271,11 @@ ...@@ -271,11 +271,11 @@
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true" android:exported="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity <!-- <activity-->
android:name="com.wenshu.youyou.apshare.ShareEntryActivity" <!-- android:name="com.wenshu.youyou.apshare.ShareEntryActivity"-->
android:configChanges="keyboardHidden|orientation|screenSize" <!-- android:configChanges="keyboardHidden|orientation|screenSize"-->
android:exported="true" <!-- android:exported="true"-->
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> <!-- android:theme="@android:style/Theme.Translucent.NoTitleBar" />-->
<provider <provider
android:name="androidx.core.content.FileProvider" android:name="androidx.core.content.FileProvider"
......
package com.wenshu.youyou.apshare; package com.wenshu.youyou.apshare;
import cn.sharesdk.alipay.utils.AlipayHandlerActivity; //import cn.sharesdk.alipay.utils.AlipayHandlerActivity;
//
public class ShareEntryActivity extends 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