41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
<application
|
|
android:allowBackup="true"
|
|
android:theme="@style/AppTheme"
|
|
tools:replace="allowBackup"
|
|
>
|
|
<activity
|
|
android:name="com.yunbao.video.activity.VideoPlayActivity"
|
|
android:screenOrientation="portrait"
|
|
android:windowSoftInputMode="adjustNothing|stateAlwaysHidden"
|
|
/>
|
|
<activity
|
|
android:name="com.yunbao.video.activity.VideoPlayNewActivity"
|
|
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"
|
|
|
|
|
|
/>
|
|
</application>
|
|
|
|
</manifest>
|