1、修改包的图片

2、修改房间的所有进出方式
This commit is contained in:
2025-09-19 02:28:02 +08:00
parent 4e0ea44f21
commit fc544229fe
1003 changed files with 2512 additions and 1966 deletions

View File

@@ -14,14 +14,20 @@
<activity
android:name=".activity.RoomActivity"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustPan"
android:enableOnBackInvokedCallback="false"
android:theme="@style/TransparentActivityTheme"
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="portrait"
android:launchMode="singleTask"
android:exported="true"
/>
<!-- <activity-->
<!-- android:name=".activity.RoomActivity"-->
<!-- android:launchMode="singleInstancePerTask"-->
<!-- android:windowSoftInputMode="adjustPan"-->
<!-- android:enableOnBackInvokedCallback="false"-->
<!-- android:theme="@style/TransparentActivityTheme"-->
<!-- android:configChanges="orientation|screenSize|keyboardHidden"-->
<!-- android:screenOrientation="portrait"-->
<!-- android:exported="true"-->
<!-- />-->
<service
android:name=".service.MediaProjectionService"