소스 검색

1.修改直播间屏幕常亮

王鹏鹏 2 년 전
부모
커밋
eaf69da94a
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      livebroadcast/src/main/AndroidManifest.xml
  2. 1 0
      livebroadcast/src/main/manifest/AndroidManifest.xml

+ 1 - 0
livebroadcast/src/main/AndroidManifest.xml

@@ -29,6 +29,7 @@
         <activity
             android:name=".activity.detail.LiveBroadcastActivity"
             android:configChanges="keyboardHidden|orientation|screenSize"
+            android:keepScreenOn="true"
             android:screenOrientation="landscape"
             android:windowSoftInputMode="adjustPan" />
         <activity

+ 1 - 0
livebroadcast/src/main/manifest/AndroidManifest.xml

@@ -30,6 +30,7 @@
         <activity
             android:name=".activity.detail.LiveBroadcastActivity"
             android:configChanges="keyboardHidden|orientation|screenSize"
+            android:keepScreenOn="true"
             android:screenOrientation="landscape"
             android:windowSoftInputMode="adjustPan" />
         <activity