ExoPlayer resume on same position on rotate screen

前端 未结 4 1448
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 14:42

I am using ExoPlayer in my activity,What i want is to smoothly play video in portrait and landscape mode.For this purpose what I am doing is in onpause I save the c

4条回答
  •  名媛妹妹
    2021-02-05 14:52

    If you want the video to resume on orientation change, you can add this to your manifest android:configChanges="keyboardHidden|orientation|screenSize"

         
             android:icon="@mipmap/ic_launcher_2">
             
             
    

提交回复
热议问题