Skip to content

Commit

Permalink
解决视频全屏播放时闪退的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Jun 20, 2018
1 parent 260d16e commit 2da39b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xvideo-demo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<activity android:name=".activity.MainActivity">
<activity android:name=".activity.MainActivity"
android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 2da39b1

Please sign in to comment.