34 lines
1.1 KiB
XML
34 lines
1.1 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.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>
|