Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_youyou
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_youyou
Commits
970fe8f0
Commit
970fe8f0
authored
Mar 12, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
5bdb2077
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
20 deletions
+2
-20
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+0
-18
bg_splash.png
app/src/main/res/drawable-xhdpi/bg_splash.png
+0
-0
ShareEntryActivity.java
...in/java/com/wenshu/youyou/apshare/ShareEntryActivity.java
+2
-2
No files found.
app/src/main/AndroidManifest.xml
View file @
970fe8f0
...
@@ -253,29 +253,11 @@
...
@@ -253,29 +253,11 @@
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode=
"stateHidden|adjustResize"
/>
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
<activity
android:name=
"com.wenshu.youyou.wxapi.WXEntryActivity"
android:name=
"com.wenshu.youyou.wxapi.WXEntryActivity"
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-->
<!-- android:name="com.wenshu.youyou.apshare.ShareEntryActivity"-->
<!-- android:configChanges="keyboardHidden|orientation|screenSize"-->
<!-- android:exported="true"-->
<!-- android:theme="@android:style/Theme.Translucent.NoTitleBar" />-->
<provider
<provider
android:name=
"androidx.core.content.FileProvider"
android:name=
"androidx.core.content.FileProvider"
...
...
app/src/main/res/drawable-xhdpi/bg_splash.png
View replaced file @
5bdb2077
View file @
970fe8f0
33.8 KB
|
W:
|
H:
22.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
shareSdkLib/src/main/java/com/wenshu/youyou/apshare/ShareEntryActivity.java
View file @
970fe8f0
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{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment