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
dff29fb3
Commit
dff29fb3
authored
Oct 31, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决界面横竖屏切换问题
parent
4ce18513
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
21 deletions
+43
-21
build.gradle
RvClient/build.gradle
+2
-2
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/build.gradle
View file @
dff29fb3
...
@@ -8,8 +8,8 @@ android {
...
@@ -8,8 +8,8 @@ android {
minSdkVersion
rootProject
.
ext
.
minSdkVersion
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
flavorDimensions
"default"
flavorDimensions
"default"
versionCode
15
1
versionCode
15
2
versionName
"1.5.
1
"
versionName
"1.5.
2
"
multiDexEnabled
true
multiDexEnabled
true
...
...
RvClient/src/main/AndroidManifest.xml
View file @
dff29fb3
...
@@ -176,6 +176,7 @@
...
@@ -176,6 +176,7 @@
<!-- QQ callback -->
<!-- QQ callback -->
<activity
<activity
android:name=
"com.tencent.tauth.AuthActivity"
android:name=
"com.tencent.tauth.AuthActivity"
android:screenOrientation=
"portrait"
android:launchMode=
"singleTask"
android:launchMode=
"singleTask"
android:noHistory=
"true"
>
android:noHistory=
"true"
>
<intent-filter>
<intent-filter>
...
@@ -203,6 +204,7 @@
...
@@ -203,6 +204,7 @@
<activity
<activity
android:name=
".MainActivity"
android:name=
".MainActivity"
android:excludeFromRecents=
"true"
android:excludeFromRecents=
"true"
android:screenOrientation=
"portrait"
android:exported=
"true"
android:exported=
"true"
android:launchMode=
"singleTask"
>
android:launchMode=
"singleTask"
>
<intent-filter>
<intent-filter>
...
@@ -250,7 +252,8 @@
...
@@ -250,7 +252,8 @@
<activity
<activity
android:name=
"com.rv.home.rv.module.ui.login.ConfirmPwdActivity"
android:name=
"com.rv.home.rv.module.ui.login.ConfirmPwdActivity"
android:screenOrientation=
"portrait"
/>
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
<provider
android:name=
"com.rv.home.rv.until.ApkFileProvider"
android:name=
"com.rv.home.rv.until.ApkFileProvider"
...
@@ -341,7 +344,8 @@
...
@@ -341,7 +344,8 @@
<activity
<activity
android:name=
"com.base.utils.tools.exception.ExceptionCatchActivity"
android:name=
"com.base.utils.tools.exception.ExceptionCatchActivity"
android:launchMode=
"singleTask"
android:launchMode=
"singleTask"
android:screenOrientation=
"landscape"
/>
<!-- 异常捕捉 -->
android:screenOrientation=
"landscape"
/>
<!-- 异常捕捉 -->
<!-- 客户端常驻的服务 -->
<!-- 客户端常驻的服务 -->
<service
<service
android:name=
"com.frame.base.server.MyFrameService"
android:name=
"com.frame.base.server.MyFrameService"
...
@@ -410,7 +414,8 @@
...
@@ -410,7 +414,8 @@
android:name=
"com.rv.camp.camp.CampShopShowActivity"
android:name=
"com.rv.camp.camp.CampShopShowActivity"
android:launchMode=
"singleTask"
android:launchMode=
"singleTask"
android:screenOrientation=
"portrait"
/>
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".WakeUpActivity"
>
<activity
android:name=
".WakeUpActivity"
android:screenOrientation=
"portrait"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
...
@@ -420,7 +425,8 @@
...
@@ -420,7 +425,8 @@
<data
android:scheme=
"@string/share_install_scheme"
/>
<data
android:scheme=
"@string/share_install_scheme"
/>
</intent-filter>
</intent-filter>
</activity>
</activity>
<activity
android:name=
".GuideActivity"
></activity>
<activity
android:name=
".GuideActivity"
android:screenOrientation=
"portrait"
/>
<!--======================================== 极光 ==============================================================-->
<!--======================================== 极光 ==============================================================-->
...
...
module_discovery/src/main/AndroidManifest.xml
View file @
dff29fb3
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<uses-permission
android:name=
"android.permission.WRITE_SETTINGS"
/>
<uses-permission
android:name=
"android.permission.WRITE_SETTINGS"
/>
<application>
<application>
<activity
android:name=
".other.SelectVideoActivity"
></activity>
<activity
android:name=
".other.SelectVideoActivity"
android:screenOrientation=
"portrait"
/>
<activity
<activity
android:name=
".other.ShortVideoActivity"
android:name=
".other.ShortVideoActivity"
android:screenOrientation=
"portrait"
/>
android:screenOrientation=
"portrait"
/>
...
...
module_home/src/main/AndroidManifest.xml
View file @
dff29fb3
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
package=
"com.rv.home"
>
package=
"com.rv.home"
>
<application>
<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
<activity
android:name=
".rv.module.ui.main.home.order.DepositefundProgressDetailsActivity"
android:name=
".rv.module.ui.main.home.order.DepositefundProgressDetailsActivity"
android:screenOrientation=
"portrait"
/>
android:screenOrientation=
"portrait"
/>
...
...
module_mine/src/main/AndroidManifest.xml
View file @
dff29fb3
...
@@ -13,9 +13,12 @@
...
@@ -13,9 +13,12 @@
<activity
<activity
android:name=
".traveler.MyReleaseActivity"
android:name=
".traveler.MyReleaseActivity"
android:screenOrientation=
"portrait"
/>
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".traveler.AccountSafeActivity"
/>
<activity
android:name=
".traveler.AccountSafeActivity"
<activity
android:name=
".traveler.BindPhoneActivity"
/>
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".traveler.AlterNickNameActivity"
></activity>
<activity
android:name=
".traveler.BindPhoneActivity"
android:screenOrientation=
"portrait"
/>
<activity
android:name=
".traveler.AlterNickNameActivity"
android:screenOrientation=
"portrait"
/>
</application>
</application>
</manifest>
</manifest>
\ No newline at end of file
plugin_im/src/main/AndroidManifest.xml
View file @
dff29fb3
...
@@ -10,21 +10,31 @@
...
@@ -10,21 +10,31 @@
<uses-permission
android:name=
"android.permission.CALL_PHONE"
/>
<uses-permission
android:name=
"android.permission.CALL_PHONE"
/>
<application>
<application>
<activity
android:name=
"com.rv.im.ChatActivity"
/>
<activity
android:name=
"com.rv.im.ChatActivity"
android:screenOrientation=
"portrait"
/>
<activity
<activity
android:name=
"com.rv.im.photopicker.PhotoPickerActivity"
android:name=
"com.rv.im.photopicker.PhotoPickerActivity"
android:screenOrientation=
"portrait"
android:configChanges=
"orientation|screenSize"
android:configChanges=
"orientation|screenSize"
android:theme=
"@style/PhotoPickerTheme"
/>
android:theme=
"@style/PhotoPickerTheme"
/>
<activity
<activity
android:name=
"com.rv.im.photopicker.PhotoPreviewActivity"
android:name=
"com.rv.im.photopicker.PhotoPreviewActivity"
android:theme=
"@style/PhotoPickerTheme"
/>
android:theme=
"@style/PhotoPickerTheme"
<activity
android:name=
"com.rv.im.call.Jitsi_pre"
/>
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.call.Jitsi_connecting_second"
/>
<activity
android:name=
"com.rv.im.call.Jitsi_pre"
<activity
android:name=
"com.rv.im.call.JitsiIncomingcall"
/>
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.MucFileDetails"
/>
<activity
android:name=
"com.rv.im.call.Jitsi_connecting_second"
<activity
android:name=
"com.rv.im.ConversationListActivity"
/>
android:screenOrientation=
"portrait"
/>
<activity
android:name=
"com.rv.im.video.ChatVideoPreviewActivity"
/>
<activity
android:name=
"com.rv.im.call.JitsiIncomingcall"
<activity
android:name=
"com.rv.im.SingleImagePreviewActivity"
/>
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
<service
android:name=
"com.rv.im.ImService"
android:name=
"com.rv.im.ImService"
...
@@ -35,7 +45,8 @@
...
@@ -35,7 +45,8 @@
<service
android:name=
"com.rv.im.call.RecordService"
/>
<service
android:name=
"com.rv.im.call.RecordService"
/>
<activity
android:name=
"com.rv.im.CustomerListActivity"
<activity
android:name=
"com.rv.im.CustomerListActivity"
android:launchMode=
"singleTask"
></activity>
android:launchMode=
"singleTask"
android:screenOrientation=
"portrait"
/>
</application>
</application>
</manifest>
</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