18 lines
812 B
XML
18 lines
812 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.och.common.module">
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".wigets.video.VideoPlayerActivity"
|
|
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize"
|
|
android:enabled="true"
|
|
android:exported="true"
|
|
android:process=":video_ad"
|
|
android:resizeableActivity="false"
|
|
android:resumeWhilePausing="true"
|
|
android:screenOrientation="landscape"
|
|
android:stateNotNeeded="true"
|
|
android:theme="@style/Main"
|
|
android:windowSoftInputMode="adjustPan|stateHidden" />
|
|
</application>
|
|
</manifest> |