Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c853a2f8
authored
Oct 14, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
1dcf48de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
View file @
c853a2f
...
@@ -62,10 +62,14 @@
...
@@ -62,10 +62,14 @@
<activity
android:name=
"com.whaty.nafmii.activity.WebviewActivity"
/>
<activity
android:name=
"com.whaty.nafmii.activity.WebviewActivity"
/>
<activity
<activity
android:name=
"com.whaty.nafmii.activity.HomeActivity"
android:name=
"com.whaty.nafmii.activity.HomeActivity"
android:theme=
"@style/Nafmii.Fullscreen.NoTitleBar"
/>
android:screenOrientation=
"portrait"
android:theme=
"@style/Nafmii.Fullscreen.NoTitleBar"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
<activity
<activity
android:name=
"com.whaty.nafmii.activity.OutsideWebviewActivity"
android:name=
"com.whaty.nafmii.activity.OutsideWebviewActivity"
android:theme=
"@style/Nafmii.Fullscreen.NoTitleBar"
/>
android:screenOrientation=
"portrait"
android:theme=
"@style/Nafmii.Fullscreen.NoTitleBar"
android:windowSoftInputMode=
"stateAlwaysHidden|adjustResize"
/>
<activity
android:name=
"com.whaty.nafmii.activity.InputUrlActivity"
/>
<activity
android:name=
"com.whaty.nafmii.activity.InputUrlActivity"
/>
<activity
<activity
android:name=
"com.whaty.nafmii.activity.TestHomeActivity"
android:name=
"com.whaty.nafmii.activity.TestHomeActivity"
...
@@ -75,7 +79,8 @@
...
@@ -75,7 +79,8 @@
<activity
<activity
android:name=
"com.tencent.tauth.AuthActivity"
android:name=
"com.tencent.tauth.AuthActivity"
android:launchMode=
"singleTask"
android:launchMode=
"singleTask"
android:noHistory=
"true"
>
android:noHistory=
"true"
android:screenOrientation=
"portrait"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
...
@@ -88,6 +93,7 @@
...
@@ -88,6 +93,7 @@
<activity
<activity
android:name=
"com.tencent.connect.common.AssistActivity"
android:name=
"com.tencent.connect.common.AssistActivity"
android:configChanges=
"orientation|keyboardHidden"
android:configChanges=
"orientation|keyboardHidden"
android:screenOrientation=
"portrait"
android:screenOrientation=
"behind"
android:screenOrientation=
"behind"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
/>
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
/>
<!-- 微信开发环境-->
<!-- 微信开发环境-->
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment