在xml布局文件中添加
android:keepScreenOn="true"
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webrtc_video_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true">
<user-permissiion android:name="android.permission.WAKE_LOCK">
不起作用