1
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.yunbao.video"
|
||||
>
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:theme="@style/AppTheme"
|
||||
@@ -11,11 +10,7 @@
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustNothing|stateAlwaysHidden"
|
||||
/>
|
||||
<activity
|
||||
android:name="com.yunbao.video.activity.VideoRecordActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustNothing|stateAlwaysHidden"
|
||||
/>
|
||||
|
||||
<activity
|
||||
android:name="com.yunbao.video.activity.VideoChooseActivity"
|
||||
android:screenOrientation="portrait"
|
||||
@@ -33,11 +28,6 @@
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustPan|stateAlwaysHidden"
|
||||
/>
|
||||
<activity
|
||||
android:name="com.yunbao.video.activity.VideoRecord360BeautyActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustPan|stateAlwaysHidden"
|
||||
/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user