44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.yunbao.video"
|
||
|
>
|
||
|
|
||
|
<application
|
||
|
android:allowBackup="true"
|
||
|
android:theme="@style/AppTheme"
|
||
|
>
|
||
|
<activity
|
||
|
android:name="com.yunbao.video.activity.VideoPlayActivity"
|
||
|
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"
|
||
|
/>
|
||
|
<activity
|
||
|
android:name="com.yunbao.video.activity.VideoEditActivity"
|
||
|
android:screenOrientation="portrait"
|
||
|
/>
|
||
|
<activity
|
||
|
android:name="com.yunbao.video.activity.VideoPublishActivity"
|
||
|
android:screenOrientation="portrait"
|
||
|
/>
|
||
|
<activity
|
||
|
android:name="com.yunbao.video.activity.VideoReportActivity"
|
||
|
android:screenOrientation="portrait"
|
||
|
android:windowSoftInputMode="adjustPan|stateAlwaysHidden"
|
||
|
/>
|
||
|
<activity
|
||
|
android:name="com.yunbao.video.activity.VideoRecord360BeautyActivity"
|
||
|
android:screenOrientation="portrait"
|
||
|
android:windowSoftInputMode="adjustPan|stateAlwaysHidden"
|
||
|
/>
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|