فهرست منبع

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