[opt 3.0]

[Change]
[1、打开视频播放音量
2、修复crashreport_upgrade加载异常]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-12-27 16:59:32 +08:00
parent 9330e1a652
commit ddeb1e306c
4 changed files with 3 additions and 7 deletions

View File

@@ -199,7 +199,7 @@ public class TextureVideoView extends TextureView implements MediaPlayerControl
}
mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
mMediaPlayer.setScreenOnWhilePlaying(true);
mMediaPlayer.setVolume(0, 0);
mMediaPlayer.setVolume(100, 100);
mMediaPlayer.prepare();
mPrepareState = mCurrentState = STATE_PREPARING;
} catch (IOException | SecurityException | IllegalStateException | IllegalArgumentException ex) {