Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
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
1
Merge Requests
1
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
lify
RvApp
Commits
b9aa83e9
Commit
b9aa83e9
authored
Nov 01, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Plain Diff
解决界面横竖屏切换问题;修改测试环境的ShareInstall key
parents
bb80c703
dff29fb3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
19 deletions
+41
-19
AndroidManifest.xml
RvClient/src/main/AndroidManifest.xml
+10
-4
AndroidManifest.xml
module_discovery/src/main/AndroidManifest.xml
+2
-1
AndroidManifest.xml
module_home/src/main/AndroidManifest.xml
+2
-1
AndroidManifest.xml
module_mine/src/main/AndroidManifest.xml
+6
-3
AndroidManifest.xml
plugin_im/src/main/AndroidManifest.xml
+21
-10
No files found.
RvClient/src/main/AndroidManifest.xml
View file @
b9aa83e9
...
...
@@ -176,6 +176,7 @@
<!-- QQ callback -->
<activity
android:name=
"com.tencent.tauth.AuthActivity"
android:screenOrientation=
"portrait"
android:launchMode=
"singleTask"
android:noHistory=
"true"
>
<intent-filter>
...
...
@@ -204,6 +205,7 @@
android:name=
".MainActivity"
android:screenOrientation=
"portrait"
android:excludeFromRecents=
"true"
android:screenOrientation=
"portrait"
android:exported=
"true"
android:launchMode=
"singleTask"
>
<intent-filter>
...
...
@@ -251,7 +253,8 @@
<activity
android:name=
"com.rv.home.rv.module.ui.login.ConfirmPwdActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.home.rv.module.ui.main.home.ShopShowActivity"
/>
<activity
android:name=
"com.rv.home.rv.module.ui.main.home.ShopShowActivity"
android:screenOrientation=
"portrait"
/>
<provider
android:name=
"com.rv.home.rv.until.ApkFileProvider"
...
...
@@ -342,7 +345,8 @@
<activity
android:name=
"com.base.utils.tools.exception.ExceptionCatchActivity"
android:launchMode=
"singleTask"
android:screenOrientation=
"landscape"
/>
<!-- 异常捕捉 -->
android:screenOrientation=
"landscape"
/>
<!-- 异常捕捉 -->
<!-- 客户端常驻的服务 -->
<service
android:name=
"com.frame.base.server.MyFrameService"
...
...
@@ -411,7 +415,8 @@
android:name=
"com.rv.camp.camp.CampShopShowActivity"
android:launchMode=
"singleTask"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".WakeUpActivity"
>
<activity
android:name=
".WakeUpActivity"
android:screenOrientation=
"portrait"
>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
...
...
@@ -421,7 +426,8 @@
<data
android:scheme=
"@string/share_install_scheme"
/>
</intent-filter>
</activity>
<activity
android:name=
".GuideActivity"
></activity>
<activity
android:name=
".GuideActivity"
android:screenOrientation=
"portrait"
/>
<!--======================================== 极光 ==============================================================-->
...
...
module_discovery/src/main/AndroidManifest.xml
View file @
b9aa83e9
...
...
@@ -13,7 +13,8 @@
<uses-permission
android:name=
"android.permission.WRITE_SETTINGS"
/>
<application>
<activity
android:name=
".other.SelectVideoActivity"
></activity>
<activity
android:name=
".other.SelectVideoActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".other.ShortVideoActivity"
android:screenOrientation=
"portrait"
/>
...
...
module_home/src/main/AndroidManifest.xml
View file @
b9aa83e9
...
...
@@ -3,7 +3,8 @@
package=
"com.rv.home"
>
<application>
<activity
android:name=
".rv.module.ui.main.home.order.ChargeDetailsActivity"
></activity>
<activity
android:name=
".rv.module.ui.main.home.order.ChargeDetailsActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".rv.module.ui.main.home.order.DepositefundProgressDetailsActivity"
android:screenOrientation=
"portrait"
/>
...
...
module_mine/src/main/AndroidManifest.xml
View file @
b9aa83e9
...
...
@@ -13,9 +13,12 @@
<activity
android:name=
".traveler.MyReleaseActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".traveler.AccountSafeActivity"
/>
<activity
android:name=
".traveler.BindPhoneActivity"
/>
<activity
android:name=
".traveler.AlterNickNameActivity"
></activity>
<activity
android:name=
".traveler.AccountSafeActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".traveler.BindPhoneActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".traveler.AlterNickNameActivity"
android:screenOrientation=
"portrait"
/>
</application>
</manifest>
\ No newline at end of file
plugin_im/src/main/AndroidManifest.xml
View file @
b9aa83e9
...
...
@@ -10,21 +10,31 @@
<uses-permission
android:name=
"android.permission.CALL_PHONE"
/>
<application>
<activity
android:name=
"com.rv.im.ChatActivity"
/>
<activity
android:name=
"com.rv.im.ChatActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.photopicker.PhotoPickerActivity"
android:screenOrientation=
"portrait"
android:configChanges=
"orientation|screenSize"
android:theme=
"@style/PhotoPickerTheme"
/>
<activity
android:name=
"com.rv.im.photopicker.PhotoPreviewActivity"
android:theme=
"@style/PhotoPickerTheme"
/>
<activity
android:name=
"com.rv.im.call.Jitsi_pre"
/>
<activity
android:name=
"com.rv.im.call.Jitsi_connecting_second"
/>
<activity
android:name=
"com.rv.im.call.JitsiIncomingcall"
/>
<activity
android:name=
"com.rv.im.MucFileDetails"
/>
<activity
android:name=
"com.rv.im.ConversationListActivity"
/>
<activity
android:name=
"com.rv.im.video.ChatVideoPreviewActivity"
/>
<activity
android:name=
"com.rv.im.SingleImagePreviewActivity"
/>
android:theme=
"@style/PhotoPickerTheme"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.call.Jitsi_pre"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.call.Jitsi_connecting_second"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.call.JitsiIncomingcall"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.MucFileDetails"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.ConversationListActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.video.ChatVideoPreviewActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.SingleImagePreviewActivity"
android:screenOrientation=
"portrait"
/>
<service
android:name=
"com.rv.im.ImService"
...
...
@@ -35,7 +45,8 @@
<service
android:name=
"com.rv.im.call.RecordService"
/>
<activity
android:name=
"com.rv.im.CustomerListActivity"
android:launchMode=
"singleTask"
></activity>
android:launchMode=
"singleTask"
android:screenOrientation=
"portrait"
/>
</application>
</manifest>
\ No newline at end of file
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